Data Source: azurerm_logic_app_workflow

Use this data source to access information about an existing Logic App Workflow.

Example Usage

data "azurerm_logic_app_workflow" "example" {
  name                = "workflow1"
  resource_group_name = "my-resource-group"
}

output "access_endpoint" {
  value = data.azurerm_logic_app_workflow.example.access_endpoint
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


An identity block exports the following:

Timeouts

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