Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 55a06fa commit 2c6f43b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 0-bootstrap/modules/gitlab-oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.64, < 6"
version = ">= 3.64, < 7"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 0-bootstrap/modules/tfc-agent-gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 6"
version = ">= 4.3.0, < 7"
}

kubernetes = {
Expand Down
4 changes: 2 additions & 2 deletions 5-app-infra/business_unit_1/development/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.77, < 6"
version = ">= 3.77, < 7"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77, < 6"
version = ">= 3.77, < 7"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions 5-app-infra/business_unit_1/nonproduction/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.77, < 6"
version = ">= 3.77, < 7"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77, < 6"
version = ">= 3.77, < 7"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions 5-app-infra/business_unit_1/production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.77, < 6"
version = ">= 3.77, < 7"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77, < 6"
version = ">= 3.77, < 7"
}

null = {
Expand Down

0 comments on commit 2c6f43b

Please sign in to comment.