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