We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4424896 commit 3e3f1fdCopy full SHA for 3e3f1fd
outputs.tf
@@ -92,12 +92,3 @@ output "instance_profile" {
92
description = "databricks instance profile ARN"
93
value = join("", databricks_instance_profile.shared.*.instance_profile_arn)
94
}
95
-
96
-output "job_id" {
97
- description = "databricks job id"
98
- value = coalesce(join("", databricks_job.new_cluster_new_job_new_notebooks.*.id),
99
- join("", databricks_job.existing_cluster_new_job_existing_notebooks.*.id),
100
- join("", databricks_job.existing_cluster_new_job_new_notebooks.*.id),
101
- join("", databricks_job.new_cluster_new_job_existing_notebooks.*.id),
102
- )
103
-}
0 commit comments