diff --git a/infra/test/setup/versions.tf b/infra/test/setup/versions.tf index ef7700c..f4a52fd 100644 --- a/infra/test/setup/versions.tf +++ b/infra/test/setup/versions.tf @@ -16,11 +16,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "4.69.1" + version = "4.85.0" } google-beta = { source = "hashicorp/google-beta" - version = "4.69.1" + version = "4.85.0" } } }