Skip to content

Commit ccc17c1

Browse files
committed
chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v12
1 parent 8e2246c commit ccc17c1

File tree

1 file changed

+1
-1
lines changed
  • examples/gcs_event_arc_trigger_workflow

1 file changed

+1
-1
lines changed

examples/gcs_event_arc_trigger_workflow/main.tf

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

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

0 commit comments

Comments
 (0)