Skip to content

Commit

Permalink
Update documentation for azurerm_role_assignment (#25175)
Browse files Browse the repository at this point in the history
* update docs

* Update website/docs/r/role_assignment.html.markdown

Co-authored-by: stephybun <[email protected]>

---------

Co-authored-by: stephybun <[email protected]>
  • Loading branch information
rsegers and stephybun authored Mar 7, 2024
1 parent 7470510 commit 2a785ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/role_assignment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The following arguments are supported:

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

* `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.
* `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.

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

Expand Down

0 comments on commit 2a785ab

Please sign in to comment.