diff --git a/infra/versions.tf b/infra/versions.tf index 50228b8e..60271f88 100644 --- a/infra/versions.tf +++ b/infra/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.6.1" + version = ">= 3.53, < 5.7.1" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.53, < 5.6.1" + version = ">= 3.53, < 5.7.1" } random = { source = "hashicorp/random"