diff --git a/modules/cloudbuild/versions.tf b/modules/cloudbuild/versions.tf index 8d9044bb..f1356dc2 100644 --- a/modules/cloudbuild/versions.tf +++ b/modules/cloudbuild/versions.tf @@ -21,12 +21,12 @@ terraform { google = { source = "hashicorp/google" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 3.50, != 4.31.0, <7" + version = ">= 3.50, != 4.31.0, <8" } google-beta = { source = "hashicorp/google-beta" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 3.50, != 4.31.0, <7" + version = ">= 3.50, != 4.31.0, <8" } random = { source = "hashicorp/random" diff --git a/modules/cloudbuild_repo_connection/versions.tf b/modules/cloudbuild_repo_connection/versions.tf index 4b7b69f2..4fef320b 100644 --- a/modules/cloudbuild_repo_connection/versions.tf +++ b/modules/cloudbuild_repo_connection/versions.tf @@ -21,7 +21,7 @@ terraform { google = { source = "hashicorp/google" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 4.17, != 4.31.0, < 7" + version = ">= 4.17, != 4.31.0, < 8" } time = { @@ -37,7 +37,7 @@ terraform { google-beta = { source = "hashicorp/google-beta" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 4.17, != 4.31.0, < 7" + version = ">= 4.17, != 4.31.0, < 8" } } } diff --git a/modules/im_cloudbuild_workspace/versions.tf b/modules/im_cloudbuild_workspace/versions.tf index 5533d322..c66a60f6 100644 --- a/modules/im_cloudbuild_workspace/versions.tf +++ b/modules/im_cloudbuild_workspace/versions.tf @@ -21,12 +21,12 @@ terraform { google = { source = "hashicorp/google" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 4.17, != 4.31.0, < 7" + version = ">= 4.17, != 4.31.0, < 8" } google-beta = { source = "hashicorp/google-beta" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 4.17, != 4.31.0, < 7" + version = ">= 4.17, != 4.31.0, < 8" } random = { source = "hashicorp/random" diff --git a/modules/tf_cloudbuild_builder/versions.tf b/modules/tf_cloudbuild_builder/versions.tf index 7507c2ae..da117aae 100644 --- a/modules/tf_cloudbuild_builder/versions.tf +++ b/modules/tf_cloudbuild_builder/versions.tf @@ -21,12 +21,12 @@ terraform { google = { source = "hashicorp/google" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 3.50, != 4.31.0, < 7" + version = ">= 3.50, != 4.31.0, < 8" } google-beta = { source = "hashicorp/google-beta" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 3.50, != 4.31.0, < 7" + version = ">= 3.50, != 4.31.0, < 8" } } diff --git a/modules/tf_cloudbuild_source/versions.tf b/modules/tf_cloudbuild_source/versions.tf index 78b062f9..937c6fb0 100644 --- a/modules/tf_cloudbuild_source/versions.tf +++ b/modules/tf_cloudbuild_source/versions.tf @@ -21,12 +21,12 @@ terraform { google = { source = "hashicorp/google" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 3.50, != 4.31.0, < 7" + version = ">= 3.50, != 4.31.0, < 8" } google-beta = { source = "hashicorp/google-beta" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 3.50, != 4.31.0, < 7" + version = ">= 3.50, != 4.31.0, < 8" } } diff --git a/modules/tf_cloudbuild_workspace/versions.tf b/modules/tf_cloudbuild_workspace/versions.tf index 9cca8776..813fd0a0 100644 --- a/modules/tf_cloudbuild_workspace/versions.tf +++ b/modules/tf_cloudbuild_workspace/versions.tf @@ -21,12 +21,12 @@ terraform { google = { source = "hashicorp/google" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 4.17, != 4.31.0, < 7" + version = ">= 4.17, != 4.31.0, < 8" } google-beta = { source = "hashicorp/google-beta" # Exclude 4.31.0 for https://github.com/hashicorp/terraform-provider-google/issues/12226 - version = ">= 4.17, != 4.31.0, < 7" + version = ">= 4.17, != 4.31.0, < 8" } } diff --git a/test/setup/versions.tf b/test/setup/versions.tf index ee7cd46c..67a5ac9f 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.50, < 7" + version = ">= 3.50, < 8" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.50, < 7" + version = ">= 3.50, < 8" } random = { source = "hashicorp/random" diff --git a/versions.tf b/versions.tf index e955b5f5..7f9de5ef 100644 --- a/versions.tf +++ b/versions.tf @@ -20,7 +20,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.50, < 7" + version = ">= 3.50, < 8" } random = { source = "hashicorp/random"