We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edb6ff commit 0c5c77bCopy full SHA for 0c5c77b
1 file changed
modules/jobs/main.tf
@@ -53,7 +53,7 @@ resource "dbtcloud_job" "job" {
53
triggers_on_draft_pr = lookup(each.value, "triggers_on_draft_pr", false)
54
55
# Provider v1.3+ execution block
56
- execution {
+ execution = {
57
timeout_seconds = lookup(each.value, "timeout_seconds", 0)
58
}
59
0 commit comments