diff --git a/infra/terraform/gcp/versions.tf b/infra/terraform/gcp/versions.tf index 32dd27ca4..f07794b9a 100644 --- a/infra/terraform/gcp/versions.tf +++ b/infra/terraform/gcp/versions.tf @@ -7,7 +7,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 6.0" + version = "~> 7.0" } google-beta = { source = "hashicorp/google-beta"