sid_001
New Contributor II

Hi,
In Terraform there is no attribute job_name when we have task type run_job.

https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/job

run_job_task Configuration Block

  • job_id - (Required)(String) ID of the job
  • job_parameters - (Optional)(Map) Job parameters for the task

    The JSON was extracted from Databricks UI, we are following process where developer creates the workflow on UI and then we extract the JSON file from UI and deploy in higher environments.