diff --git a/infra/provider.tf b/infra/provider.tf index fbe05af..5bc6f77 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -19,7 +19,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 4.52" + version = "<= 4.74, != 4.75.0" } random = { source = "hashicorp/random"