зеркало из https://github.com/Azure/terraform.git
4509b7454a | ||
---|---|---|
.. | ||
.terraform-docs.yml | ||
.tflint.hcl | ||
TestRecord.md | ||
main.tf | ||
outputs.tf | ||
providers.tf | ||
readme.html.markdown | ||
variables.tf |
readme.html.markdown
Azure Windows/ Linux Function App.
This template deploys an Azure Function App.
Resources
Name | Type |
---|---|
azurerm_linux_function_app.test | resource |
azurerm_resource_group.default | resource |
azurerm_service_plan.default | resource |
azurerm_storage_account.default | resource |
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.