Terraform module for creation Azure Logic App Workflow
Name | Version |
---|---|
terraform | >= 1.0.0 |
azurerm | >= 4.0.1 |
Name | Version |
---|---|
azurerm | >= 4.0.1 |
No modules.
Name | Type |
---|---|
azurerm_logic_app_workflow.this | resource |
azurerm_monitor_diagnostic_setting.this | resource |
azurerm_monitor_diagnostic_categories.this | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
analytics_destination_type | Possible values are AzureDiagnostics and Dedicated. | string |
"Dedicated" |
no |
analytics_workspace_id | Resource ID of Log Analytics Workspace | string |
null |
no |
enable_diagnostic_setting | Enable diagnostic setting. var.analytics_workspace_id must be provided | bool |
false |
no |
env | Environment | string |
n/a | yes |
identity_ids | List of user assigned identity IDs | list(string) |
null |
no |
location | Location | string |
n/a | yes |
name | Logic app name | string |
n/a | yes |
parameters | Parameters | any |
{} |
no |
project | Project name | string |
n/a | yes |
resource_group | Resource group name | string |
n/a | yes |
tags | Tags | map(string) |
n/a | yes |
workflow_parameters | Workflow parameters | any |
{} |
no |
Name | Description |
---|---|
id | The ID of the Logic App. |
identity | Function app Managed Identity |
Apache 2 Licensed. For more information please see LICENSE