This pull request includes changes to the Power Platform provider for Terraform. The changes mainly focus on updating the structure of environment settings and improving the documentation. The most important changes include adding a dataverse attribute to the environment resource, updating the structure of powerplatform_environment_settings in the documentation, and correcting the az login command in the Azure CLI instructions.
Changes to environment resource:
examples/resources/powerplatform_environment/resource.tf: The environment_type attribute has been moved to the main resource block, and a dataverse attribute block has been added. This block includes language_code, currency_code, domain, and security_group_id.
Changes to documentation:
docs/data-sources/environment_settings.md: Added a comprehensive description of the powerplatform_environment_settings data source, including its schema and an example of its usage.
docs/data-sources/tenant_application_packages.md: Added a comprehensive description of the powerplatform_tenant_application_packages data source, including its schema and an example of its usage.
docs/resources/environment_settings.md: Added a comprehensive description of the powerplatform_environment_settings resource, including its schema and an example of its usage.
docs/index.md: Corrected the az login command in the Azure CLI instructions.
This pull request includes changes to the Power Platform provider for Terraform. The changes mainly focus on updating the structure of environment settings and improving the documentation. The most important changes include adding a
dataverse
attribute to the environment resource, updating the structure ofpowerplatform_environment_settings
in the documentation, and correcting theaz login
command in the Azure CLI instructions.Changes to environment resource:
examples/resources/powerplatform_environment/resource.tf
: Theenvironment_type
attribute has been moved to the main resource block, and adataverse
attribute block has been added. This block includeslanguage_code
,currency_code
,domain
, andsecurity_group_id
.Changes to documentation:
docs/data-sources/environment_settings.md
: Added a comprehensive description of thepowerplatform_environment_settings
data source, including its schema and an example of its usage.docs/data-sources/tenant_application_packages.md
: Added a comprehensive description of thepowerplatform_tenant_application_packages
data source, including its schema and an example of its usage.docs/resources/environment_settings.md
: Added a comprehensive description of thepowerplatform_environment_settings
resource, including its schema and an example of its usage.docs/index.md
: Corrected theaz login
command in the Azure CLI instructions.Changes to examples:
examples/data-sources/powerplatform_environment_settings/datasource.tf
: Added a complete example of how to use thepowerplatform_environment_settings
data source.examples/data-sources/powerplatform_environment_settings/outputs.tf
: Added an output for thepowerplatform_environment_settings
data source.examples/resources/powerplatform_environment/outputs.tf
: Updated the output for the URL of the environment to use thedataverse
attribute.