You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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

## 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
Copy file name to clipboardExpand all lines: docs/resources/access_control_rule_set.md
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ subcategory: "Security"
9
9
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.
10
10
11
11
-> 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
+
12
13
!> `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.
13
14
14
15
~> 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