Use this data source to access information about an Application Template from the Azure AD App Gallery.
This data source does not require any additional roles.
data "azuread_application_template" "example" {
display_name = "Marketo"
}
output "application_template_id" {
value = data.azuread_application_template.example.template_id
}
The following arguments are supported:
display_name
- (Optional) Specifies the display name of the templated application.template_id
- (Optional) Specifies the ID of the templated application.The following attributes are exported:
categories
- List of categories for this templated application.display_name
- The display name for the templated application.homepage_url
- Home page URL of the templated application.logo_url
- URL to retrieve the logo for this templated application.publisher
- Name of the publisher for this templated application.supported_provisioning_types
- List of provisioning modes supported by this templated application.supported_single_sign_on_modes
- List of single sign on modes supported by this templated application.template_id
- The ID of the templated application.