diff --git a/modules/dataproc_profile/versions.tf b/modules/dataproc_profile/versions.tf index f8de2b5..70d55bc 100644 --- a/modules/dataproc_profile/versions.tf +++ b/modules/dataproc_profile/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } cdap = { source = "GoogleCloudPlatform/cdap" diff --git a/modules/hub_artifact/versions.tf b/modules/hub_artifact/versions.tf index be8ad7a..28ac8c1 100644 --- a/modules/hub_artifact/versions.tf +++ b/modules/hub_artifact/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } cdap = { source = "GoogleCloudPlatform/cdap" diff --git a/modules/instance/versions.tf b/modules/instance/versions.tf index 243d359..390182f 100644 --- a/modules/instance/versions.tf +++ b/modules/instance/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" } } diff --git a/modules/namespace/versions.tf b/modules/namespace/versions.tf index 32c5722..a6287a0 100644 --- a/modules/namespace/versions.tf +++ b/modules/namespace/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } cdap = { source = "GoogleCloudPlatform/cdap" diff --git a/modules/private_network/versions.tf b/modules/private_network/versions.tf index b6b180c..44eff7c 100644 --- a/modules/private_network/versions.tf +++ b/modules/private_network/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.12, < 7" + version = ">= 4.12, < 8" } } diff --git a/modules/wait_healthy/versions.tf b/modules/wait_healthy/versions.tf index 949642f..0e87c8d 100644 --- a/modules/wait_healthy/versions.tf +++ b/modules/wait_healthy/versions.tf @@ -20,11 +20,11 @@ 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" } null = { diff --git a/test/setup/versions.tf b/test/setup/versions.tf index f6d20ff..aa6718d 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.0, < 7" + version = ">= 3.53.0, < 8" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.53.0, < 7" + version = ">= 3.53.0, < 8" } } } diff --git a/versions.tf b/versions.tf index 2fd8981..73789cb 100644 --- a/versions.tf +++ b/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 7" + version = ">= 3.53, < 8" } }