File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
examples/jobs/4_job_on_existing_cluster_with_new_notebooks Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,6 @@ module "databricks_workspace_management" {
4343 on_success
= [
" [email protected] " ]
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
You can’t perform that action at this time.
0 commit comments