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

D365 Finance Core System Configuration Represented in the Provider #151

Closed ianjensenisme closed 4 months ago

ianjensenisme commented 11 months ago

Description

AS A user of the PPTP, I NEED to be able to specify and query the core configuration of my D365 Finance environments SO THAT I can track and avoid configuration drift.

Resource

Potential Terraform Configuration

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

resource "example_resource" {
  name = "example"
  parameter1 = "value1"
  parameter2 = "value2"
}

Definition of Done

Contributions

Do you plan to raise a PR to address this issue? YES?

See the contributing guide for more information about what's expected for contributions.

ianjensenisme commented 11 months ago

Note: this issue will require a spike to determine core config parameters (minimum required) before we create a template HCL.

mattdot commented 4 months ago

@ianjensenisme please review this issue and let us know if it's still needed

mattdot commented 4 months ago

Closing this as not planned.