diff --git a/versions.tf b/versions.tf index 0ea72cd..bcfcfa1 100644 --- a/versions.tf +++ b/versions.tf @@ -20,12 +20,12 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } }