Data Source: azurerm_managed_application_definition

Uses this data source to access information about an existing Managed Application Definition.

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_managed_application_definition" "example" {
  name                = "examplemanagedappdef"
  resource_group_name = "exampleresources"
}

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

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

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