Skip to content

Commit

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

Update Terraform terraform-google-modules/cloud-storage/google to v3.3.0
  • Loading branch information
nlamirault authored Jul 29, 2022
2 parents e2e5a64 + 82cf6b0 commit 41a92cc
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 @@ -86,7 +86,7 @@ module "iam_service_accounts" {

module "bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "3.2.0"
version = "3.3.0"

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

0 comments on commit 41a92cc

Please sign in to comment.