Skip to content

Commit

Permalink
chore(deps): update terraform google provider to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 6, 2023
1 parent 8ba1c39 commit 2f79489
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 30 deletions.
76 changes: 48 additions & 28 deletions infra/terraform/dev-org/dev-project-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/dev-org/dev-project-cleanup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ terraform {
version = ">= 1.3, < 3.0"
}
google = {
version = ">= 3.35, < 5.0"
version = ">= 3.35, < 5.5"
}
google-beta = {
version = ">= 3.35, < 5.0"
version = ">= 3.35, < 5.5"
}
null = {
version = ">= 2.1, < 4.0"
Expand Down

0 comments on commit 2f79489

Please sign in to comment.