Skip to content

Commit

Permalink
Add deletion_protection field to workflow resource (#12116) (#836)
Browse files Browse the repository at this point in the history
[upstream:bbe23795e1cb45ace6cfe630774af7d09fe57173]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 30, 2024
1 parent 77d5c8a commit 01f837e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow_basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resource "google_workflows_workflow" "example" {
user_env_vars = {
url = "https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam"
}
deletion_protection = false
source_contents = <<-EOF
# This is a sample workflow. You can replace it with your source code.
#
Expand Down

0 comments on commit 01f837e

Please sign in to comment.