powerplatform_environment_application_package_install (Resource)
This resource allows you to install a Dynamics 365 application in an environment.
This is functionally equivalent to the 'Install' button in the Power Platform admin center or pac application install
in the Power Platform CLI. This resource uses the Install Application Package endpoint in the Power Platform API.
~> This resource does not support updating or deleting applications. The expected behavior is that the application is installed and remains installed until the environment is deleted.
Schema
Required
environment_id
(String) Id of the Dynamics 365 environmentunique_name
(String) Unique name of the application
Optional
timeouts
(Attributes) (see below for nested schema)
Read-Only
id
(String) Unique id (guid)
Nested Schema for timeouts
Optional:
create
(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).