Skip to content

data-platform-hq/terraform-azurerm-logic-app-workflow

Repository files navigation

Azure Logic App Workflow Terraform module

Terraform module for creation Azure Logic App Workflow

Usage

Requirements

Name Version
terraform >= 1.0.0
azurerm >= 3.23.0

Providers

Name Version
azurerm >= 3.23.0

Modules

No modules.

Resources

Name Type
azurerm_logic_app_workflow.this resource
azurerm_monitor_diagnostic_setting.this resource

Inputs

Name Description Type Default Required
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
analytics_workspace_id Resource ID of Log Analytics workspace string null no
analytics_destination_type Possible values are AzureDiagnostics and Dedicated. string Dedicated no
enable_diagnostic_setting Enable diagnostic setting. var.analytics_workspace_id must be provided bool false no

Outputs

Name Description
id The ID of the Logic App.
identity Function app Managed Identity

License

Apache 2 Licensed. For more information please see LICENSE