Closed webstean closed 2 months ago
Currently the powerplatform_environment (Resource) does not support neither the refresh cadence and description parameters. Both of which are supported in the Power Apps admin centre.
resource "powerplatform_environment" "development" { display_name = "example_environment" description = "example description - to be added" cadence = "Frequent" ## or "Moderate" administration_mode = "enabled" ## or "disabled" location = "europe" azure_region = "northeurope" environment_type = "Sandbox" }
make docs
Do you plan to raise a PR to address this issue? YES / NO?
See the contributing guide for more information about what's expected for contributions.
Thanks, let me look into that
@mawasile also add environment_group
environment_group
Was going to add that as an issue, once the environment_group functionality is released. :-)
Description
Currently the powerplatform_environment (Resource) does not support neither the refresh cadence and description parameters. Both of which are supported in the Power Apps admin centre.
Resource
Potential Terraform Configuration
Definition of Done
make docs
Contributions
Do you plan to raise a PR to address this issue? YES / NO?
See the contributing guide for more information about what's expected for contributions.