microsoft / terraform-provider-power-platform

Power Platform Terraform Provider
https://registry.terraform.io/providers/microsoft/power-platform/latest/docs
MIT License
35 stars 14 forks source link

`powerplatform_admin_management_application` #430

Closed mattdot closed 2 months ago

mattdot commented 2 months ago

Description

Resource to simplify adding a service principal as an admin management application.

Resource

Potential Terraform Configuration

# Sample Terraform config that describes how the new resource might look.

resource "powerplatform_admin_management_application" "example" {
  id = var.sp_client_id
}

Definition of Done

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.