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

Resource: Environment Variable #267

Closed mattdot closed 7 months ago

mattdot commented 7 months ago

Description

Resource

Potential Terraform Configuration

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

resource "powerplatform_environment_variable" {
  name = "example"
  display_name = "value1"
  data_type = "value2"

}

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.

mattdot commented 7 months ago

We should be able to manage these using solutions and set them on solution import.