Skip to content

Commit

Permalink
Merge pull request #113 from nlamirault/renovate/terraform-google-mod…
Browse files Browse the repository at this point in the history
…ules-cloud-storage-google-6.x

Update Terraform terraform-google-modules/cloud-storage/google to v6.1.0
  • Loading branch information
nlamirault authored Sep 2, 2024
2 parents 128c71b + 866eeb4 commit 215c0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module "iam_service_accounts" {

module "bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "6.0.1"
version = "6.1.0"

name = format("%s-%s", var.project, local.service)
project_id = var.project
Expand Down

0 comments on commit 215c0c6

Please sign in to comment.