Data Source: azurerm_app_configuration_keys

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

Example Usage

data "azurerm_app_configuration_keys" "test" {
  configuration_store_id = azurerm_app_configuration.appconf.id
}

output "value" {
  value = data.azurerm_app_configuration_keys.test.items
}

Argument Reference

The following arguments are supported:

Attributes Reference

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


Each element in items block exports the following:

Timeouts

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