File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
3-networks-hub-and-spoke/modules/shared_vpc
hierarchical_firewall_policy Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ terraform {
1818 required_version = " >= 0.13"
1919 required_providers {
2020 google = {
21+ // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2122 source = " hashicorp/google"
2223 version = " >= 3.50, != 6.26.0, != 6.27.0, < 7.0"
2324 }
2425 google-beta = {
26+ // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2527 source = " hashicorp/google-beta"
2628 version = " >= 3.50, != 6.26.0, != 6.27.0, < 7.0"
2729 }
Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ terraform {
1818 required_version = " >= 0.13"
1919 required_providers {
2020 google = {
21+ // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2122 source = " hashicorp/google"
2223 version = " >= 3.82, != 6.26.0, != 6.27.0, < 7.0"
2324 }
2425 google-beta = {
26+ // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2527 source = " hashicorp/google-beta"
2628 version = " >= 3.82, != 6.26.0, != 6.27.0, < 7.0"
2729 }
Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ terraform {
1818 required_version = " >= 0.13"
1919 required_providers {
2020 google = {
21+ // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2122 source = " hashicorp/google"
2223 version = " >= 3.50, != 6.26.0, != 6.27.0, < 7.0"
2324 }
2425 google-beta = {
26+ // version 6.26.0 and 6.27.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2527 source = " hashicorp/google-beta"
2628 version = " >= 3.50, != 6.26.0, != 6.27.0, < 7.0"
2729 }
You can’t perform that action at this time.
0 commit comments