diff --git a/infra/versions.tf b/infra/versions.tf index b9d9a23f..8435f452 100644 --- a/infra/versions.tf +++ b/infra/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 4.75.0" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 4.75.0" } random = { source = "hashicorp/random"