Skip to content

Commit 7f3f71b

Browse files
committed
add library support
1 parent e38ca30 commit 7f3f71b

File tree

1 file changed

+0
-18
lines changed
  • examples/jobs/4_job_on_existing_cluster_with_new_notebooks

1 file changed

+0
-18
lines changed

examples/jobs/4_job_on_existing_cluster_with_new_notebooks/main.tf

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ module "databricks_workspace_management" {
4343
on_success = ["demo@demo.com"]
4444
}
4545
# ------------------------------------------------
46-
# JOB ACCESS CONTROL
47-
# ------------------------------------------------
48-
jobs_access_control = [
49-
{
50-
group_name = "demo"
51-
permission_level = "CAN_MANAGE_RUN"
52-
}
53-
]
54-
# ------------------------------------------------
5546
# NOTEBOOK
5647
# ------------------------------------------------
5748
local_notebooks = [
@@ -67,15 +58,6 @@ module "databricks_workspace_management" {
6758
}
6859
]
6960
# ------------------------------------------------
70-
# NOTEBOOK ACCESS CONTROL
71-
# ------------------------------------------------
72-
notebooks_access_control = [
73-
{
74-
group_name = "demo"
75-
permission_level = "CAN_READ"
76-
}
77-
]
78-
# ------------------------------------------------
7961
# Do not change the teamid, prjid once set.
8062
teamid = var.teamid
8163
prjid = var.prjid

0 commit comments

Comments
 (0)