We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c633e commit 43ccdf5Copy full SHA for 43ccdf5
eventarc/workflows/main.tf
@@ -96,9 +96,9 @@ resource "google_project_iam_member" "pubsubpublisher" {
96
# [START eventarc_workflows_deploy]
97
# Create a workflow
98
resource "google_workflows_workflow" "default" {
99
- name = "storage-workflow-tf"
100
- region = "us-central1"
101
- description = "Workflow that returns information about storage events"
+ name = "storage-workflow-tf"
+ region = "us-central1"
+ description = "Workflow that returns information about storage events"
102
service_account = google_service_account.eventarc.email
103
104
deletion_protection = false # set to "true" in production
0 commit comments