We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04ca75 commit e1befabCopy full SHA for e1befab
modules/iam/main.tf
@@ -15,7 +15,7 @@ locals {
15
# permissions-like interface for managing service principal access control
16
# using the "databricks_access_control_rule_set" resource. If support for
17
# using the "databricks_permissions" resource is added in the future, we
18
- # should be able to make the switch without changing this interface.
+ # should be able to migrate to that resource without changing this interface.
19
access_control_rules = {
20
for key, sp in var.service_principals : key => [for permission in sp.permissions : {
21
acl_user_id = permission.user_name != null ? "users/${permission.user_name}" : null
0 commit comments