Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6 (major) (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 30, 2024
1 parent 3f06411 commit 58e500e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 1-bootstrap/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 6"
version = ">= 3.53, < 7"
}
}

Expand Down
4 changes: 2 additions & 2 deletions 2-multitenant/modules/env_baseline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
}

Expand Down
4 changes: 2 additions & 2 deletions 3-fleetscope/modules/env_baseline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions 4-appfactory/modules/app-group-baseline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
}

Expand Down
4 changes: 2 additions & 2 deletions 5-appinfra/modules/cicd-pipeline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 5-appinfra/modules/env_baseline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5, < 6"
version = ">= 5, < 7"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 58e500e

Please sign in to comment.