зеркало из https://github.com/Azure/terraform.git
4509b7454a | ||
---|---|---|
.. | ||
.terraform-docs.yml | ||
.tflint.hcl | ||
TestRecord.md | ||
main.tf | ||
providers.tf | ||
readme.html.markdown | ||
variables.tf |
readme.html.markdown
Azure Windows/ Linux Function App using key vault reference
This template deploys an Azure Function App running using key vault reference
Resources
Name | Type |
---|---|
azurerm_key_vault.default | resource |
azurerm_key_vault_secret.default | resource |
azurerm_resource_group.default | resource |
azurerm_service_plan.default | resource |
azurerm_storage_account.default | resource |
azurerm_user_assigned_identity.default | resource |
azurerm_windows_function_app.default | resource |
azurerm_client_config.current | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
location | Location to deploy the resource group | string |
"West US 2" |
no |
name_prefix | Prefix of the resource name | string |
n/a | yes |
Providers
Name | Version |
---|---|
azurerm | ~>3.8 |
Requirements
Name | Version |
---|---|
terraform | >=1.0 |
azurerm | ~>3.8 |
Example
To see how to run this example, see Create an Azure Function App using Terraform.