Skip to content

Commit

Permalink
Update Terraform google to v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent cfd35ea commit bca6168
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion infra/environments/local/gcp/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.7.0"
version = "6.10.0"
}
}
}
Expand Down
38 changes: 24 additions & 14 deletions infra/spacelift/init/.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 infra/spacelift/init/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.7.0"
version = "6.10.0"
}
spacelift = {
source = "spacelift-io/spacelift"
Expand Down
2 changes: 1 addition & 1 deletion infra/spacelift/root/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.7.0"
version = "6.10.0"
}
spacelift = {
source = "spacelift-io/spacelift"
Expand Down

0 comments on commit bca6168

Please sign in to comment.