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 v6 (#316)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jjnunogarcia committed Jun 23, 2024
1 parent f367dcd commit ab00652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "~> 5.0"
version = "~> 6.0"

project_id = var.project_id

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

name = "${var.project_id}-bucket"
project_id = var.project_id
Expand Down

0 comments on commit ab00652

Please sign in to comment.