No requirements.
Name | Version |
---|---|
azurerm | n/a |
Name | Source | Version |
---|---|---|
storage_account | github.com/canada-ca-terraform-modules/terraform-azurerm-caf-storage_accountV2.git | v1.0.5 |
Name | Type |
---|---|
azurerm_linux_function_app.linux-function | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
asp | Object containing a map of name and ID for the App Service Plan in the target subscription | any |
null |
no |
env | (Required) Env part of the name of the function app | string |
n/a | yes |
group | (Required) Group part of the name of the function app | string |
n/a | yes |
linux_function | Object description all the function parameters | any |
{} |
no |
location | Azure location where the function will be located | string |
"canadacentral" |
no |
project | (Required) Project part of the name of the function app | string |
n/a | yes |
resource_groups | (Required) List of resource groups in the target project | any |
null |
no |
subnets | Object containing subnet objects of the target project | any |
{} |
no |
tags | Tags to be applied to the function app | map(string) |
{} |
no |
userDefinedString | (Required) UserDefinedString part of the name of the function app | string |
n/a | yes |
Name | Description |
---|---|
linux_function_app_id | Outputs the function app id |
linux_function_app_name | Outputs the function app name |
linux_function_app_object | Outputs the entire function app object |