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 77d5c8a commit 01f837eCopy full SHA for 01f837e
workflow_basic/main.tf
@@ -15,6 +15,7 @@ resource "google_workflows_workflow" "example" {
15
user_env_vars = {
16
url = "https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam"
17
}
18
+ deletion_protection = false
19
source_contents = <<-EOF
20
# This is a sample workflow. You can replace it with your source code.
21
#
0 commit comments