Data Source: azuread_application_template

Use this data source to access information about an Application Template from the Azure AD App Gallery.

API Permissions

This data source does not require any additional roles.

Example Usage

data "azuread_application_template" "example" {
  display_name = "Marketo"
}

output "application_template_id" {
  value = data.azuread_application_template.example.template_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: