Skip to content

Commit

Permalink
chore(deps): update terraform google provider to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 13, 2024
1 parent 71c1508 commit 6ceb297
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 30 deletions.
76 changes: 48 additions & 28 deletions infra/terraform/test-org/test-cleanup/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions infra/terraform/test-org/test-cleanup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ terraform {
}
google = {
source = "hashicorp/google"
version = ">= 3.38, < 6"
version = ">= 3.38, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.38, < 6"
version = ">= 3.38, < 7"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit 6ceb297

Please sign in to comment.