Skip to content

Commit b5075f2

Browse files
committed
Added doc reference for jobs with multiple tasks
1 parent fac2cc5 commit b5075f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ output "job_url" {
5151

5252
-> **Note** In terraform configuration, you must define tasks in alphabetical order of their `task_key` arguments, so that you get consistent and readable diff. Whenever tasks are added or removed, or `task_key` is renamed, you'll observe a change in the majority of tasks. It's related to the fact that the current version of the provider treats `task` blocks as an ordered list. Alternatively, `task` block could have been an unordered set, though end-users would see the entire block replaced upon a change in single property of the task.
5353

54-
It is possible to create jobs with multiple tasks using the `task` blocks:
54+
It is possible to create [jobs with multiple tasks](https://docs.databricks.com/data-engineering/jobs/jobs-user-guide.html) using the `task` blocks:
5555

5656
```hcl
5757
resource "databricks_job" "this" {

0 commit comments

Comments
 (0)