aadb2c/aadb2c_directory¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_aadb2c_directory.aadb2c["azurerm_aadb2c_directory.aadb2c"]
Module Reference¶
Category: aadb2c
Path: modules/aadb2c/aadb2c_directory
Azure Resources: azurerm_aadb2c_directory
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"global_settings" |
"Global settings object (see module documentation for details)." | any |
yes | - |
- |
"settings" |
"<<DESCRIPTION Settings object for the Azure B2C Tenant. This is a map of settings that will be used to create the Az... | object({country_code = optional(strin... |
no | - |
format("The following attributes are not supported within settings: %s. Allowed attributes are: country_code, data_residency_location, display_name, domain_name, sku_name, tags.", join(", ", setsubtract(keys(var.settings), ["country_code", "data_residency_location", "display_name", "domain_name", "sku_name", "tags"]))) |
"resource_group_name" |
"The name of the Resource Group where the AAD B2C Directory should exist. Changing this forces a new AAD B2C Director... | string |
no | - |
- |
"resource_group" |
"Resource group object of the Resource Group where the AAD B2C Directory should exist. Changing this forces a new AAD... | any |
no | - |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | bool |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
- | azurerm_aadb2c_directory.aadb2c.id |
|
"tenant_id" |
- | azurerm_aadb2c_directory.aadb2c.tenant_id |
Sources¶
modules/aadb2c/aadb2c_directory/locals.tfmodules/aadb2c/aadb2c_directory/main.tfmodules/aadb2c/aadb2c_directory/module.tfmodules/aadb2c/aadb2c_directory/outputs.tfmodules/aadb2c/aadb2c_directory/variables.tf