Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/cloud-storage/…
Browse files Browse the repository at this point in the history
…google to v7 (#357)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 8fe9a7e commit 9c658ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple_buckets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_string" "prefix" {

module "cloud_storage" {
source = "terraform-google-modules/cloud-storage/google"
version = "~> 6.0"
version = "~> 7.0"

project_id = var.project_id

Expand Down

0 comments on commit 9c658ce

Please sign in to comment.