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 20, 2024
1 parent c12839a commit 8790f50
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/ci-project/.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/ci-project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ terraform {
version = "~> 6.0"
}
google = {
version = ">= 5.26, < 6"
version = ">= 5.26, < 7"
}
google-beta = {
version = ">= 5.26, < 6"
version = ">= 5.26, < 7"
}
}
}

0 comments on commit 8790f50

Please sign in to comment.