Skip to content

Commit

Permalink
chore(deps): update terraform-gcp to ~> 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 9360e71 commit e700090
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 31 deletions.
76 changes: 48 additions & 28 deletions gcp/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcp/shared-state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.1"
version = "~> 6.5"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 6.5.0"
version = "~> 6.10.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 6.5.0"
version = "~> 6.10.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit e700090

Please sign in to comment.