Skip to content

Commit

Permalink
Added doc reference for jobs with multiple tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Oct 13, 2021
1 parent 682915d commit f77c7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/job.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ output "job_url" {

-> **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.

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

```hcl
resource "databricks_job" "this" {
Expand Down

0 comments on commit f77c7de

Please sign in to comment.