The supported Google Cloud provider version is less than 5.0. However, the latest major version of the google provider is 6. https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows/blob/c3af1985f903374579ea2e8a229f641c9a25f5ba/versions.tf#L22 ```hcl required_providers { google = { source = "hashicorp/google" version = ">= 3.53, < 5.0" } ```