Skip to content

Commit

Permalink
chore(deps): update terraform google provider to v6 (#2579)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate-bot and apeabody authored Sep 5, 2024
1 parent 9d273e6 commit 3081bdc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions infra/terraform/test-org/ci-triggers/.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/terraform/test-org/ci-triggers/logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "filelogs_bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 5.0"
version = "~> 6.1"

name = "${local.project_id}-filelogs"
project_id = local.project_id
Expand Down
4 changes: 2 additions & 2 deletions infra/terraform/test-org/ci-triggers/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = ">= 2.18, < 6"
version = ">= 2.18, < 7"
}
google = {
source = "hashicorp/google"
version = ">= 2.18, < 6"
version = ">= 2.18, < 7"
}
}
}

0 comments on commit 3081bdc

Please sign in to comment.