Skip to content

Commit 0c5c77b

Browse files
committed
fix: migrate timeout_seconds to execution block for provider v1.3
1 parent 6edb6ff commit 0c5c77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/jobs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resource "dbtcloud_job" "job" {
5353
triggers_on_draft_pr = lookup(each.value, "triggers_on_draft_pr", false)
5454

5555
# Provider v1.3+ execution block
56-
execution {
56+
execution = {
5757
timeout_seconds = lookup(each.value, "timeout_seconds", 0)
5858
}
5959
}

0 commit comments

Comments
 (0)