diff --git a/0-bootstrap/versions.tf b/0-bootstrap/versions.tf index 8129e9abf..3b9b1a7c8 100644 --- a/0-bootstrap/versions.tf +++ b/0-bootstrap/versions.tf @@ -19,16 +19,16 @@ terraform { required_providers { google = { // version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226 - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, != 4.31.0, < 6.26.0" + version = ">= 3.50, != 4.31.0, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { // version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226 - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, != 4.31.0, < 6.26.0" + version = ">= 3.50, != 4.31.0, != 6.26.0, != 6.27.0, < 7.0" } // Un-comment gitlab required_providers when using gitlab CI/CD diff --git a/3-networks-hub-and-spoke/envs/development/versions.tf b/3-networks-hub-and-spoke/envs/development/versions.tf index b04474822..afa4ea6f2 100644 --- a/3-networks-hub-and-spoke/envs/development/versions.tf +++ b/3-networks-hub-and-spoke/envs/development/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } } diff --git a/3-networks-hub-and-spoke/envs/nonproduction/versions.tf b/3-networks-hub-and-spoke/envs/nonproduction/versions.tf index b04474822..afa4ea6f2 100644 --- a/3-networks-hub-and-spoke/envs/nonproduction/versions.tf +++ b/3-networks-hub-and-spoke/envs/nonproduction/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } } diff --git a/3-networks-hub-and-spoke/envs/production/versions.tf b/3-networks-hub-and-spoke/envs/production/versions.tf index b04474822..afa4ea6f2 100644 --- a/3-networks-hub-and-spoke/envs/production/versions.tf +++ b/3-networks-hub-and-spoke/envs/production/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } } diff --git a/3-networks-hub-and-spoke/envs/shared/versions.tf b/3-networks-hub-and-spoke/envs/shared/versions.tf index b04474822..afa4ea6f2 100644 --- a/3-networks-hub-and-spoke/envs/shared/versions.tf +++ b/3-networks-hub-and-spoke/envs/shared/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } } diff --git a/3-networks-hub-and-spoke/modules/base_env/versions.tf b/3-networks-hub-and-spoke/modules/base_env/versions.tf index 9ac2a00d6..acb94ac62 100644 --- a/3-networks-hub-and-spoke/modules/base_env/versions.tf +++ b/3-networks-hub-and-spoke/modules/base_env/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } diff --git a/3-networks-hub-and-spoke/modules/dedicated_interconnect/versions.tf b/3-networks-hub-and-spoke/modules/dedicated_interconnect/versions.tf index e0f5555f4..3fbcfc3e6 100644 --- a/3-networks-hub-and-spoke/modules/dedicated_interconnect/versions.tf +++ b/3-networks-hub-and-spoke/modules/dedicated_interconnect/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } diff --git a/3-networks-hub-and-spoke/modules/hierarchical_firewall_policy/versions.tf b/3-networks-hub-and-spoke/modules/hierarchical_firewall_policy/versions.tf index 3101ab902..e38763e46 100644 --- a/3-networks-hub-and-spoke/modules/hierarchical_firewall_policy/versions.tf +++ b/3-networks-hub-and-spoke/modules/hierarchical_firewall_policy/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.82, < 6.26.0" + version = ">= 3.82, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.82, < 6.26.0" + version = ">= 3.82, != 6.26.0, != 6.27.0, < 7.0" } random = { source = "hashicorp/random" diff --git a/3-networks-hub-and-spoke/modules/partner_interconnect/versions.tf b/3-networks-hub-and-spoke/modules/partner_interconnect/versions.tf index 7eb80374d..73ec2247b 100644 --- a/3-networks-hub-and-spoke/modules/partner_interconnect/versions.tf +++ b/3-networks-hub-and-spoke/modules/partner_interconnect/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } diff --git a/3-networks-hub-and-spoke/modules/shared_vpc/versions.tf b/3-networks-hub-and-spoke/modules/shared_vpc/versions.tf index 2193f4688..ba16bcea3 100644 --- a/3-networks-hub-and-spoke/modules/shared_vpc/versions.tf +++ b/3-networks-hub-and-spoke/modules/shared_vpc/versions.tf @@ -18,12 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } random = { source = "hashicorp/random" diff --git a/3-networks-hub-and-spoke/modules/transitivity/versions.tf b/3-networks-hub-and-spoke/modules/transitivity/versions.tf index d70c918f4..a4563c86e 100644 --- a/3-networks-hub-and-spoke/modules/transitivity/versions.tf +++ b/3-networks-hub-and-spoke/modules/transitivity/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } diff --git a/3-networks-svpc/envs/development/versions.tf b/3-networks-svpc/envs/development/versions.tf index 94018c4e5..12c8e9986 100644 --- a/3-networks-svpc/envs/development/versions.tf +++ b/3-networks-svpc/envs/development/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } } diff --git a/3-networks-svpc/envs/nonproduction/versions.tf b/3-networks-svpc/envs/nonproduction/versions.tf index 94018c4e5..12c8e9986 100644 --- a/3-networks-svpc/envs/nonproduction/versions.tf +++ b/3-networks-svpc/envs/nonproduction/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } } diff --git a/3-networks-svpc/envs/production/versions.tf b/3-networks-svpc/envs/production/versions.tf index 94018c4e5..12c8e9986 100644 --- a/3-networks-svpc/envs/production/versions.tf +++ b/3-networks-svpc/envs/production/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } } diff --git a/3-networks-svpc/envs/shared/versions.tf b/3-networks-svpc/envs/shared/versions.tf index 94018c4e5..12c8e9986 100644 --- a/3-networks-svpc/envs/shared/versions.tf +++ b/3-networks-svpc/envs/shared/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } } diff --git a/3-networks-svpc/modules/base_env/versions.tf b/3-networks-svpc/modules/base_env/versions.tf index 8f6a07861..5abf0a2fb 100644 --- a/3-networks-svpc/modules/base_env/versions.tf +++ b/3-networks-svpc/modules/base_env/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } diff --git a/3-networks-svpc/modules/dedicated_interconnect/versions.tf b/3-networks-svpc/modules/dedicated_interconnect/versions.tf index 788fb60a6..a7e194f77 100644 --- a/3-networks-svpc/modules/dedicated_interconnect/versions.tf +++ b/3-networks-svpc/modules/dedicated_interconnect/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } diff --git a/3-networks-svpc/modules/hierarchical_firewall_policy/versions.tf b/3-networks-svpc/modules/hierarchical_firewall_policy/versions.tf index e54585e86..8baa49abe 100644 --- a/3-networks-svpc/modules/hierarchical_firewall_policy/versions.tf +++ b/3-networks-svpc/modules/hierarchical_firewall_policy/versions.tf @@ -18,12 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.82, < 6.26.0" + version = ">= 3.82, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.82, < 6.26.0" + version = ">= 3.82, != 6.26.0, != 6.27.0, < 7.0" } random = { source = "hashicorp/random" diff --git a/3-networks-svpc/modules/partner_interconnect/versions.tf b/3-networks-svpc/modules/partner_interconnect/versions.tf index 8cde23477..c6b8913c4 100644 --- a/3-networks-svpc/modules/partner_interconnect/versions.tf +++ b/3-networks-svpc/modules/partner_interconnect/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } } diff --git a/3-networks-svpc/modules/shared_vpc/versions.tf b/3-networks-svpc/modules/shared_vpc/versions.tf index 70d2dd824..5789aa423 100644 --- a/3-networks-svpc/modules/shared_vpc/versions.tf +++ b/3-networks-svpc/modules/shared_vpc/versions.tf @@ -18,12 +18,14 @@ terraform { required_version = ">= 0.13" required_providers { google = { + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } random = { source = "hashicorp/random" diff --git a/4-projects/modules/infra_pipelines/versions.tf b/4-projects/modules/infra_pipelines/versions.tf index 4124769e8..d5a15e5c7 100644 --- a/4-projects/modules/infra_pipelines/versions.tf +++ b/4-projects/modules/infra_pipelines/versions.tf @@ -19,15 +19,15 @@ terraform { required_providers { google = { // version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226 - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, != 4.31.0, < 6.26.0" + version = ">= 3.50, != 4.31.0, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { // version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226 - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, != 4.31.0, < 6.26.0" + version = ">= 3.50, != 4.31.0, != 6.26.0, != 6.27.0, < 7.0" } null = { source = "hashicorp/null" diff --git a/4-projects/modules/single_project/versions.tf b/4-projects/modules/single_project/versions.tf index e5e3863b7..56f3692cb 100644 --- a/4-projects/modules/single_project/versions.tf +++ b/4-projects/modules/single_project/versions.tf @@ -18,14 +18,14 @@ terraform { required_version = ">= 1.3" required_providers { google = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } google-beta = { - // version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 + // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950 source = "hashicorp/google-beta" - version = ">= 3.50, < 6.26.0" + version = ">= 3.50, != 6.26.0, != 6.27.0, < 7.0" } }