Remove unnecessary input.

This commit is contained in:
2026-02-23 20:25:13 +01:00
parent d2221a1abb
commit 7c641d5e5c
3 changed files with 10 additions and 12 deletions

View File

@@ -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