diff --git a/versions.tf b/versions.tf index f25b8a6..b053470 100644 --- a/versions.tf +++ b/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "= 5.37.0" + version = "6.7.0" } google-beta = { source = "hashicorp/google-beta" - version = "= 5.37.0" + version = "6.8.0" } archive = { source = "hashicorp/archive"