зеркало из https://github.com/Azure/terraform.git
520030da3f | ||
---|---|---|
.. | ||
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
- random_pet
- azurerm_resource_group
- random_string
- azurerm_app_configuration
- azurerm_client_config
- azurerm_role_assignment
- azurerm_app_configuration_key
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. | "" |