diff --git a/modules/cluster/versions.tf b/modules/cluster/versions.tf index 414f8c5..a52b32e 100644 --- a/modules/cluster/versions.tf +++ b/modules/cluster/versions.tf @@ -25,12 +25,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" } local = { diff --git a/test/setup/versions.tf b/test/setup/versions.tf index 8de24ed..ddc4587 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -19,7 +19,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } random = { source = "hashicorp/random" diff --git a/versions.tf b/versions.tf index a6d77a9..1382ca7 100644 --- a/versions.tf +++ b/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.53, < 7" + version = ">= 4.53, < 8" } }