Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/cloud-storage/google to v5
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent db865b0 commit dbb293a
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.1"
version = "5.0.0"

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

0 comments on commit dbb293a

Please sign in to comment.