microsoft / terraform-provider-power-platform

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

Resource: Environment Feature (Install pending update Wave) #204

Open mawasile opened 4 months ago

mawasile commented 4 months ago

Possible implementation

resource powerplatform_environment_feature {
  environment_id = "<guid>"
  feature_name = "April2024Update"
  enabled = true
}

API https://api.admin.powerplatform.microsoft.com/api/environments/${envId}/features/${featureName}/enable?geo=Na

mawasile commented 1 week ago

I think this should be a module using powerplatform_rest resource, because then in the future, in the same module we can encapsulate org level FCB features adding them to .../api/data/v9.2/organizations clientfeatureset attribute

@mattdot