Skip to content

Commit

Permalink
feat(tf): update terraform github.com/terraform-google-modules/terraf…
Browse files Browse the repository at this point in the history
…orm-google-cloud-storage to v9.0.1 (was v9.0.0)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 8a4cda8 commit 2348dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/google/velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module "iam_assumable_sa_velero" {

module "velero_bucket" {
count = (local.velero["enabled"] && local.velero["create_bucket"]) ? 1 : 0
source = "github.com/terraform-google-modules/terraform-google-cloud-storage//modules/simple_bucket?ref=v9.0.0"
source = "github.com/terraform-google-modules/terraform-google-cloud-storage//modules/simple_bucket?ref=v9.0.1"

name = local.velero["name_prefix"]
project_id = data.google_project.current.project_id
Expand Down

0 comments on commit 2348dcb

Please sign in to comment.