diff --git a/modules/project_cleanup/versions.tf b/modules/project_cleanup/versions.tf index 67d40371..eb0a4b6a 100644 --- a/modules/project_cleanup/versions.tf +++ b/modules/project_cleanup/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } } diff --git a/test/setup/versions.tf b/test/setup/versions.tf index ddea9016..429b6135 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.35, < 7" + version = ">= 3.35, < 8" } } } diff --git a/versions.tf b/versions.tf index 5abf2481..71242a4d 100644 --- a/versions.tf +++ b/versions.tf @@ -19,7 +19,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.23, < 7" + version = ">= 4.23, < 8" } random = { source = "hashicorp/random"