diff --git a/eventarc/workflows/main.tf b/eventarc/workflows/main.tf index 1cd555b8d..02194e2d1 100644 --- a/eventarc/workflows/main.tf +++ b/eventarc/workflows/main.tf @@ -93,6 +93,8 @@ resource "google_workflows_workflow" "default" { region = "us-central1" description = "Workflow that returns information about storage events" + deletion_protection = false # set to "true" in production + # Note that $$ is needed for Terraform source_contents = <