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 v8.0.3 (was v8.0.1)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 2be2117 commit a30b156
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 @@ -121,7 +121,7 @@ resource "google_service_account_iam_policy" "admin-account-iam" {

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=v8.0.1"
source = "github.com/terraform-google-modules/terraform-google-cloud-storage//modules/simple_bucket?ref=v8.0.3"

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

0 comments on commit a30b156

Please sign in to comment.