Skip to content

Commit 01f837e

Browse files
Add deletion_protection field to workflow resource (#12116) (#836)
[upstream:bbe23795e1cb45ace6cfe630774af7d09fe57173] Signed-off-by: Modular Magician <[email protected]>
1 parent 77d5c8a commit 01f837e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflow_basic/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ resource "google_workflows_workflow" "example" {
1515
user_env_vars = {
1616
url = "https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam"
1717
}
18+
deletion_protection = false
1819
source_contents = <<-EOF
1920
# This is a sample workflow. You can replace it with your source code.
2021
#

0 commit comments

Comments
 (0)