powerplatform_tenant_application_packages (Data Source)
Fetches the list of Dynamics 365 tenant level applications
Example Usage
terraform {
required_providers {
powerplatform = {
source = "microsoft/power-platform"
}
}
}
provider "powerplatform" {
use_cli = true
}
data "powerplatform_tenant_application_packages" "all_applications" {
}
data "powerplatform_tenant_application_packages" "all_applications_from_publisher" {
publisher_name = "Microsoft Dynamics SMB"
}
data "powerplatform_tenant_application_packages" "specific_application" {
name = "Healthcare Home Health"
}
Schema
Optional
id
(String) Id of the read operationname
(String) Name of the Dynamics 365 applicationpublisher_name
(String) Publisher Name of the Dynamics 365 applicationtimeouts
(Attributes) (see below for nested schema)
Read-Only
applications
(Attributes List) List of Applications (see below for nested schema)
Nested Schema for timeouts
Optional:
read
(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
Nested Schema for applications
Read-Only:
application_descprition
(String) Applicaiton Descriptionapplication_id
(String) ApplicaitonIdapplication_name
(String) Nameapplication_visibility
(String) Application Visibilitycatalog_visibility
(String) Catalog Visibilitylast_error
(Attributes List) Last Error (see below for nested schema)learn_more_url
(String) Learn More Urllocalized_description
(String) Localized Descriptionlocalized_name
(String) Localized Namepublisher_id
(String) Publisher Idpublisher_name
(String) Publisher Nameunique_name
(String) Unique Name
Nested Schema for applications.last_error
Read-Only:
error_code
(String) Error Codeerror_name
(String) Error Namemessage
(String) Messagesource
(String) Sourcestatus_code
(Number) Status Codetype
(String) Type