Skip to content

Commit 7da0b0c

Browse files
committed
chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v12
1 parent a292a48 commit 7da0b0c

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.3.0"
7979
location = "us-central1"
8080
project_id = var.project_id
8181
names = ["wf-bucket"]

0 commit comments

Comments
 (0)