Skip to content

Commit 7ae04a7

Browse files
adds missing comments
1 parent 36a8bd1 commit 7ae04a7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

3-networks-hub-and-spoke/modules/shared_vpc/versions.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

3-networks-svpc/modules/hierarchical_firewall_policy/versions.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

3-networks-svpc/modules/shared_vpc/versions.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)