Closed mattdot closed 4 weeks ago
powerplatform_environment_group_ruleset
powerplatform_environment_group
# Sample Terraform config that describes how the new resource might look. resource "powerplatform_environment_group_ruleset" { environment_group_id = var.environment_group_id rules = [{ type = "Sharing" resource_type = "App" value = { CanShareWithSecurityGroups = "excludeSharingToSecurityGroups" IsGroupSharingDisabled = true } }, { type = "AdminDigest" value = { IncludeOnHomePageInsights = false ExcludeEnvironmentFromAnalysis = false } ]
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.
Description
Resource
powerplatform_environment_group_ruleset
powerplatform_environment_group
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.