Skip to content

Commit 35f8277

Browse files
committed
chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v12
1 parent 616b217 commit 35f8277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/gcs_event_arc_trigger_workflow

examples/gcs_event_arc_trigger_workflow/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module "service_account" {
7575

7676
module "gcs_buckets" {
7777
source = "terraform-google-modules/cloud-storage/google"
78-
version = "~> 3.4.0"
78+
version = "~> 12.0.0"
7979
location = "us-central1"
8080
project_id = var.project_id
8181
names = ["wf-bucket"]

0 commit comments

Comments
 (0)