caf-aad-apps
aztfmod/caf-aad-apps/azuread
Azure Active Directory Applications for Cloud Adoption Framework for Azure landing zones
  Creates an Azure AD Application Registration Creates an Azure AD application registration and stores its secrets to an Azure Key Vault. Requirements No requirements. Providers | Name | Version | |------|---------| | azuread | n/a | | azurecaf | n/a | | azurerm | n/a | | random | n/a | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | aad\_api\_permission | Object to provide API access to an Azure Active Directory application | map(object({ resource_app_id = string rsource_access = map(
| Name | Type | Description | Default |
|---|---|---|---|
| prefix | string | Prefixes to be used in the name of the App registration | required |
| keyvaults | string | Map of deployed azurerm_key_vault | required |
| aad_apps | string | Map of aad_app objects to create Azure Active Directory applications | required |
| aad_api_permissions | string | Map of aad_api_permission objects to provide API access to an Azure Active Direc | required |
| aad_app | object({ convention | Object to create Azure Active Directory application | {
"application_name": null,
"convent |
| aad_api_permission | map(object({ resource_app_ | Object to provide API access to an Azure Active Directory application | {} |
aad_apps — Output the full Azure AD application registration object.