azurerm_logic_app_workflow

Manages a Logic App Workflow.

Example Usage

resource "azurerm_resource_group" "example" {
  name     = "workflow-resources"
  location = "West Europe"
}

resource "azurerm_logic_app_workflow" "example" {
  name                = "workflow1"
  location            = azurerm_resource_group.example.location
  resource_group_name = azurerm_resource_group.example.name
}

Argument Reference

The following arguments are supported:


A access_control block supports the following:


A action block supports the following:


A content block supports the following:


A trigger block supports the following:


A workflow_management block supports the following:


A open_authentication_policy block supports the following:


A claim block supports the following:


An identity block supports the following:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


The identity block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Logic App Workflows can be imported using the resource id, e.g.

terraform import azurerm_logic_app_workflow.workflow1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Logic/workflows/workflow1