Skip to content

Commit 3e3f1fd

Browse files
authored
Update outputs.tf
1 parent 4424896 commit 3e3f1fd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

outputs.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,3 @@ output "instance_profile" {
9292
description = "databricks instance profile ARN"
9393
value = join("", databricks_instance_profile.shared.*.instance_profile_arn)
9494
}
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

Comments
 (0)