microsoft / power-platform-terraform-quickstarts

Examples for using the Power Platform Terraform Provider
https://github.com/microsoft/terraform-provider-power-platform
MIT License
20 stars 3 forks source link

Update powerplatform_environment to the newest structure format #65

Closed mawasile closed 4 months ago

mawasile commented 4 months ago

This pull request primarily focuses on the restructuring of the powerplatform_environment resource block in the Terraform files. The changes involve moving the language_code and currency_code attributes into a new dataverse block. Additionally, the security_group_id attribute has been moved into the dataverse block.

Here are the key changes:

Changes in powerplatform_environment resource block: