modules/keyvalue-data/main.tf (5 lines of code) (raw):

data "azurerm_app_configuration_key" "this" { configuration_store_id = var.configuration_store_resource_id key = var.key label = var.label }