Skip to content

Commit

Permalink
Merge pull request #91 from nlamirault/renovate/terraform-google-modu…
Browse files Browse the repository at this point in the history
…les-cloud-storage-google-4.x

Update Terraform terraform-google-modules/cloud-storage/google to v4.0.1
  • Loading branch information
nlamirault authored Aug 18, 2023
2 parents b1ba4c8 + 33d5e54 commit 9f6ed5d
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 @@ -91,7 +91,7 @@ module "iam_service_accounts" {

module "bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "4.0.0"
version = "4.0.1"

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

0 comments on commit 9f6ed5d

Please sign in to comment.