Skip to content

Commit 2a785ab

Browse files
rsegersstephybun
andauthored
Update documentation for azurerm_role_assignment (#25175)
* update docs * Update website/docs/r/role_assignment.html.markdown Co-authored-by: stephybun <[email protected]> --------- Co-authored-by: stephybun <[email protected]>
1 parent 7470510 commit 2a785ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/role_assignment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following arguments are supported:
143143

144144
~> **NOTE:** The Principal ID is also known as the Object ID (ie not the "Application ID" for applications).
145145

146-
* `principal_type` - (Optional) The type of the `principal_id`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created.
146+
* `principal_type` - (Optional) The type of the `principal_id`. Possible values are `User`, `Group` and `ServicePrincipal`. Changing this forces a new resource to be created. It is necessary to explicitly set this attribute when creating role assignments if the principal creating the assignment is constrained by ABAC rules that filters on the PrincipalType attribute.
147147

148148
~> **NOTE:** If one of `condition` or `condition_version` is set both fields must be present.
149149

0 commit comments

Comments
 (0)