Skip to content

Commit 6cc796c

Browse files
authored
[Doc] fix warning markup in databricks_access_control_rule_set docs (#4630)
## Changes <!-- Summary of your changes that are easy to understand --> Because of the missing new line, the warning note isn't rendered correctly ![Screenshot 2025-04-09 at 15 52 03](https://github.com/user-attachments/assets/c241a0c1-d6a0-4df2-a4fc-4cc4a3e95d9d) ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] relevant change in `docs/` folder NO_CHANGELOG=true
1 parent f2d2082 commit 6cc796c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/access_control_rule_set.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ subcategory: "Security"
99
This resource allows you to manage access rules on Databricks account level resources. For convenience we allow accessing this resource through the Databricks account and workspace.
1010

1111
-> Currently, we only support managing access rules on specific object resources (service principal, group, budget policies and account) through `databricks_access_control_rule_set`.
12+
1213
!> `databricks_access_control_rule_set` cannot be used to manage access rules for resources supported by [databricks_permissions](permissions.md). Refer to its documentation for more information.
1314

1415
~> This resource is _authoritative_ for permissions on objects. Configuring this resource for an object will **OVERWRITE** any existing permissions of the same type unless imported, and changes made outside of Terraform will be reset.

0 commit comments

Comments
 (0)