diff --git a/modules/auth/versions.tf b/modules/auth/versions.tf index 7f391af98b..f63682592c 100644 --- a/modules/auth/versions.tf +++ b/modules/auth/versions.tf @@ -21,7 +21,7 @@ terraform { google = { source = "hashicorp/google" # Avoid v4.49.0 for https://github.com/hashicorp/terraform-provider-google/issues/13507 - version = ">= 4.47.0, != 4.49.0, < 5.0" + version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 5.0" } } diff --git a/test/fixtures/safer_cluster_iap_bastion/version.tf b/test/fixtures/safer_cluster_iap_bastion/version.tf index 7f193ad3b6..4262d872b3 100644 --- a/test/fixtures/safer_cluster_iap_bastion/version.tf +++ b/test/fixtures/safer_cluster_iap_bastion/version.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" # Avoid v4.49.0 for https://github.com/hashicorp/terraform-provider-google/issues/13507 - version = "!= 4.49.0" + version = "!= 4.49.0, != 4.50.0" } } }