@@ -7,42 +7,17 @@ output "notebook_url" {
7
7
description = " databricks notebook url"
8
8
value = module. databricks_workspace_management . notebook_url
9
9
}
10
- output "new_cluster_new_job_new_notebooks_job " {
10
+ output "job_url " {
11
11
description = " databricks job url"
12
12
value = module. databricks_workspace_management . new_cluster_new_job_new_notebooks_job
13
13
}
14
14
15
- output "new_cluster_new_job_new_notebooks_id " {
15
+ output "job_id " {
16
16
description = " databricks job id"
17
17
value = module. databricks_workspace_management . new_cluster_new_job_new_notebooks_id
18
18
}
19
19
20
- output "existing_cluster_new_job_new_notebooks_job" {
21
- description = " databricks new cluster job url"
22
- value = module. databricks_workspace_management . existing_cluster_new_job_new_notebooks_job
23
- }
24
-
25
- output "existing_cluster_new_job_new_notebooks_id" {
26
- description = " databricks new cluster job id"
27
- value = module. databricks_workspace_management . existing_cluster_new_job_new_notebooks_id
28
- }
29
-
30
- output "new_cluster_new_job_existing_notebooks_job" {
31
- description = " databricks job url"
32
- value = module. databricks_workspace_management . new_cluster_new_job_existing_notebooks_job
33
- }
34
-
35
- output "new_cluster_new_job_existing_notebooks_id" {
36
- description = " databricks job id"
20
+ output "notebooks_id" {
21
+ description = " databricks notebook id"
37
22
value = module. databricks_workspace_management . new_cluster_new_job_existing_notebooks_id
38
23
}
39
-
40
- output "existing_cluster_new_job_existing_notebooks_job" {
41
- description = " databricks new cluster job url"
42
- value = module. databricks_workspace_management . existing_cluster_new_job_existing_notebooks_job
43
- }
44
-
45
- output "existing_cluster_new_job_existing_notebooks_id" {
46
- description = " databricks new cluster job id"
47
- value = module. databricks_workspace_management . existing_cluster_new_job_existing_notebooks_id
48
- }
0 commit comments