Data Source: azurerm_aadb2c_directory

Use this data source to access information about an existing AAD B2C Directory.

Example Usage

data "azurerm_aadb2c_directory" "example" {
  resource_group_name = "example-rg"
  domain_name         = "exampleb2ctenant.onmicrosoft.com"
}

output "tenant_id" {
  value = data.azurerm_aadb2c_directory.example.tenant_id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: