unifio / covalence

A tool for the management and orchestration of data used by HashiCorp infrastructure tooling.
Mozilla Public License 2.0
7 stars 3 forks source link

Terraform cli unable to download providers/plugins #82

Closed disaac closed 5 years ago

disaac commented 5 years ago

The v0.9.2 release introduced an issue where the -get-plugins= argument to terraform init was always set to false regardless of whether a TF_PLUGIN_LOCAL was set.

This should be adjusted to allow the -get-plugins to be set to true or false if TF_PLUGIN_LOCAL is not set. Otherwise without including all needed plugins terraform will be unable to execute without error.