Skip to content

Commit 3f75d0b

Browse files
feat(deps): Update Terraform Google Provider to >= 3.50, < 6.28.1
1 parent a5dec34 commit 3f75d0b

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
23+
version = ">= 3.50, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
28+
version = ">= 3.50, < 6.28.1"
2929
}
3030
}
3131
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
23+
version = ">= 3.50, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
28+
version = ">= 3.50, < 6.28.1"
2929
}
3030
}
3131
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
23+
version = ">= 3.50, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
28+
version = ">= 3.50, < 6.28.1"
2929
}
3030
}
3131
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
23+
version = ">= 3.50, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
28+
version = ">= 3.50, < 6.28.1"
2929
}
3030
}
3131
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
23+
version = ">= 3.50, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
28+
version = ">= 3.50, < 6.28.1"
2929
}
3030
}
3131

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
23+
version = ">= 3.50, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
28+
version = ">= 3.50, < 6.28.1"
2929
}
3030
}
3131

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.82, < 6.26.0"
23+
version = ">= 3.82, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.82, < 6.26.0"
28+
version = ">= 3.82, < 6.28.1"
2929
}
3030
random = {
3131
source = "hashicorp/random"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
23+
version = ">= 3.50, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
28+
version = ">= 3.50, < 6.28.1"
2929
}
3030
}
3131

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, < 6.28.1"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.50, < 6.26.0"
26+
version = ">= 3.50, < 6.28.1"
2727
}
2828
random = {
2929
source = "hashicorp/random"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
google = {
2121
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2222
source = "hashicorp/google"
23-
version = ">= 3.50, < 6.26.0"
23+
version = ">= 3.50, < 6.28.1"
2424
}
2525
google-beta = {
2626
// version 6.26.0 removed because of the bug https://github.com/hashicorp/terraform-provider-google/issues/21950
2727
source = "hashicorp/google-beta"
28-
version = ">= 3.50, < 6.26.0"
28+
version = ">= 3.50, < 6.28.1"
2929
}
3030
}
3131

0 commit comments

Comments
 (0)