Data Source: azurerm_logic_app_standard

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

Example Usage

data "azurerm_logic_app_standard" "example" {
  name                = "logicappstd"
  resource_group_name = "example-rg"
}

output "id" {
  value = data.azurerm_logic_app_standard.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


The identity block exports the following:

Timeouts

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