terraform/quickstart/101-app-configuration-store-kv
Tom Archer 520030da3f Initial put 2024-11-21 15:34:22 -08:00
..
README.md
main.tf
outputs.tf
providers.tf
variables.tf

README.md

Azure App Configuration

This template deploys an Azure App Configuration resource and a key.

Terraform resource types

Variables

Name Description Default value
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. rg
resource_group_location Location of the resource group. eastus
app_configuration_name Name of the App Configuration resource. The value will be randomly generated if blank. ""
app_configuration_key_name Name of the App Configuration key. The value will be randomly generated if blank. ""
app_configuration_key_label Label of the App Configuration key. ""
app_configuration_key_value Value of the App Configuration key. ""

Example