microsoft / terraform-provider-power-platform

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

Able to set environment variable to set use_cli config #334

Closed polatengin closed 5 months ago

polatengin commented 5 months ago

To be able to remove hard-coded use_cli = {true, false} config, provider code should check if an environment variable is exists, like POWER_PLATFORM_USE_CLI.

Similar need as #329

mattdot commented 5 months ago

changing this to an enhancement because it's a feature request / not a bug