Data Source: azurerm_app_configuration

Use this data source to access information about an existing App Configuration.

Example Usage

data "azurerm_app_configuration" "example" {
  name                = "existing"
  resource_group_name = "existing"
}

output "id" {
  value = data.azurerm_app_configuration.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A primary_read_key block exports the following:


A primary_write_key block exports the following:


A replica block exports the following:


A secondary_read_key block exports the following:


A secondary_write_key block exports the following:

Timeouts

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