Data Source: azurerm_app_configuration_key

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

Example Usage

data "azurerm_app_configuration_key" "test" {
  configuration_store_id = azurerm_app_configuration.appconf.id
  key                    = "appConfKey1"
  label                  = "somelabel"
}

output "value" {
  value = data.azurerm_app_configuration_key.test.value
}

Argument 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: