Remove unnecessary input.
This commit is contained in:
@@ -27,7 +27,6 @@ module "iam" {
|
||||
|
||||
# Optional
|
||||
principal_type = "ServicePrincipal"
|
||||
skip_service_principal_aad_check = true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -38,7 +37,6 @@ module "iam" {
|
||||
- `roles` (list(string)): Unconditional role definition names to assign.
|
||||
- `delegable_roles` (list(string)): Role definition names allowed by the constrained RBAC Admin condition. When empty, RBAC Admin is not assigned.
|
||||
- `principal_type` (string): Passed to `azurerm_role_assignment.principal_type`.
|
||||
- `skip_service_principal_aad_check` (bool): Passed to `azurerm_role_assignment.skip_service_principal_aad_check`.
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user