Skip to content

Commit 7789718

Browse files
author
dmytro_velychko3
committed
fix: remove commited lines
1 parent 8f4cf89 commit 7789718

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

permissions.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
locals {
2-
# secret_scope_object = {
3-
# value = [for param in var.secret_scope : {
4-
# scope_name = databricks_secret_scope.this[param.scope_name].name
5-
# acl = param.acl
6-
# } if param.acl != null]
7-
# }
8-
92
secrets_acl_objects_list = flatten([for param in var.secret_scope : [
103
for permission in param.acl : {
114
scope = param.scope_name, principal = permission.principal, permission = permission.permission

0 commit comments

Comments
 (0)