hashicorp / terraform-provider-chef

Terraform Chef provider
https://www.terraform.io/docs/providers/chef/
Mozilla Public License 2.0
12 stars 34 forks source link

Use CHEF_KEY_MATERIAL instead of deprecated CHEF_PRIVATE_KEY_FILE #18

Closed rata closed 6 years ago

rata commented 6 years ago

If the CHEF_PRIVATE_KEY_FILE env var is used, then a warning saying it is deprecated is shown.

This patch just documents the new variable, so users like me don't have to dig in the code just to see the new name of the variable.

apparentlymart commented 6 years ago

Thanks @rata, and sorry for the oversight before.

rata commented 6 years ago

@apparentlymart thank you! :)