Skip to content

Commit 43ccdf5

Browse files
authored
docs: Update main.tf
Apply terraform fmt
1 parent f2c633e commit 43ccdf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eventarc/workflows/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ resource "google_project_iam_member" "pubsubpublisher" {
9696
# [START eventarc_workflows_deploy]
9797
# Create a workflow
9898
resource "google_workflows_workflow" "default" {
99-
name = "storage-workflow-tf"
100-
region = "us-central1"
101-
description = "Workflow that returns information about storage events"
99+
name = "storage-workflow-tf"
100+
region = "us-central1"
101+
description = "Workflow that returns information about storage events"
102102
service_account = google_service_account.eventarc.email
103103

104104
deletion_protection = false # set to "true" in production

0 commit comments

Comments
 (0)