Constellix / terraform-provider-constellix

Terraform Constellix provider
https://www.terraform.io/docs/providers/constellix/
Mozilla Public License 2.0
7 stars 20 forks source link

Sane names for provider enviromental variables #41

Open perbly opened 2 years ago

perbly commented 2 years ago

Hi, thanks for this provider.

Other providers use to have better names for the provider enviromental variables.

Could we perhaps change DefaultFunc: schema.EnvDefaultFunc("apikey", nil), DefaultFunc: schema.EnvDefaultFunc("secretkey", nil),

To:

DefaultFunc: schema.EnvDefaultFunc("CONSTELLIX_API_KEY", nil), DefaultFunc: schema.EnvDefaultFunc("CONSTELLIX_SECRET_KEY", nil),

Thanks

Regards

perbly commented 2 years ago

Saw that there´s a PR for this: https://github.com/Constellix/terraform-provider-constellix/pull/27/commits/837786cdf6de5fac7f0809ae00cbb29822d5fa0c