terraform-azurerm-caf
terraform-azurerm-caf copied to clipboard
Add VMSS to assignable scope for builtin RBAC roles
Community Note
- Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
To allow a more restrictive permission set on VMSS (e.g. for a Azure DevOps Service Connection) I want to assign the Contributor role to an identity.
New or Affected Resource(s
azurerm
Potential Configuration file
role_mapping = {
built_in_role_mapping = {
virtual_machine_scale_sets = {
vmss1 = {
"Contributor" = {
azuread_apps = {
keys = ["example_app"]
}
}
}
}
}
}
### References
_No response_