Skip to content

Commit 7b24b12

Browse files
Fixed version 6.26.0
1 parent a5dec34 commit 7b24b12

File tree

22 files changed

+44
-82
lines changed

22 files changed

+44
-82
lines changed

0-bootstrap/versions.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@ terraform {
1919
required_providers {
2020
google = {
2121
// version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226
22-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2322
source = "hashicorp/google"
24-
version = ">= 3.50, != 4.31.0, < 6.26.0"
23+
version = ">= 3.50, != 4.31.0, < 7.0"
2524
}
2625

2726
google-beta = {
2827
// version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226
29-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
3028
source = "hashicorp/google-beta"
31-
version = ">= 3.50, != 4.31.0, < 6.26.0"
29+
version = ">= 3.50, != 4.31.0, < 7.0"
3230
}
3331

3432
// Un-comment gitlab required_providers when using gitlab CI/CD

3-networks-hub-and-spoke/envs/development/versions.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2221
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
22+
version = ">= 3.50"
2423
}
2524
google-beta = {
26-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2725
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50"
2927
}
3028
}
3129
}

3-networks-hub-and-spoke/envs/nonproduction/versions.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2221
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
22+
version = ">= 3.50"
2423
}
2524
google-beta = {
26-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2725
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50"
2927
}
3028
}
3129
}

3-networks-hub-and-spoke/envs/production/versions.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2221
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
22+
version = ">= 3.50"
2423
}
2524
google-beta = {
26-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2725
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50"
2927
}
3028
}
3129
}

3-networks-hub-and-spoke/envs/shared/versions.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2221
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
22+
version = ">= 3.50"
2423
}
2524
google-beta = {
26-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2725
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50"
2927
}
3028
}
3129
}

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2221
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
22+
version = ">= 3.50"
2423
}
2524
google-beta = {
26-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2725
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50"
2927
}
3028
}
3129

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2221
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
22+
version = ">= 3.50"
2423
}
2524
google-beta = {
26-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2725
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50"
2927
}
3028
}
3129

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2221
source = "hashicorp/google"
23-
version = ">= 3.82, < 6.26.0"
22+
version = ">= 3.82"
2423
}
2524
google-beta = {
26-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2725
source = "hashicorp/google-beta"
28-
version = ">= 3.82, < 6.26.0"
26+
version = ">= 3.82"
2927
}
3028
random = {
3129
source = "hashicorp/random"

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2221
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
22+
version = ">= 3.50"
2423
}
2524
google-beta = {
26-
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2725
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50"
2927
}
3028
}
3129

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.50, < 6.26.0"
22+
version = ">= 3.50"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50"
2727
}
2828
random = {
2929
source = "hashicorp/random"

0 commit comments

Comments
 (0)