» 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" "test" {
name = "workflow1"
resource_group_name = "my-resource-group"
}
output "access_endpoint" {
value = "${data.azurerm_logic_app_workflow.test.access_endpoint}"
}
» Argument Reference
The following arguments are supported:
-
name- (Required) The name of the Logic App Workflow. -
resource_group_name- (Required) The name of the Resource Group in which the Logic App Workflow exists.
» Attributes Reference
The following attributes are exported:
-
id- The Logic App Workflow ID. -
location- The Azure location where the Logic App Workflow exists. -
workflow_schema- The Schema used for this Logic App Workflow. -
workflow_version- The version of the Schema used for this Logic App Workflow. Defaults to1.0.0.0. -
parameters- A map of Key-Value pairs. -
tags- A mapping of tags assigned to the resource. -
access_endpoint- The Access Endpoint for the Logic App Workflow