Skip to content

Commit e1befab

Browse files
committed
Fix comment wording for clarity in access control rules explanation
1 parent c04ca75 commit e1befab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/iam/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ locals {
1515
# permissions-like interface for managing service principal access control
1616
# using the "databricks_access_control_rule_set" resource. If support for
1717
# using the "databricks_permissions" resource is added in the future, we
18-
# should be able to make the switch without changing this interface.
18+
# should be able to migrate to that resource without changing this interface.
1919
access_control_rules = {
2020
for key, sp in var.service_principals : key => [for permission in sp.permissions : {
2121
acl_user_id = permission.user_name != null ? "users/${permission.user_name}" : null

0 commit comments

Comments
 (0)