The v0.9.2 release introduced an issue where the -get-plugins= argument to terraform initwas 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.
The v0.9.2 release introduced an issue where the
-get-plugins=
argument toterraform init
was always set to false regardless of whether aTF_PLUGIN_LOCAL
was set.This should be adjusted to allow the
-get-plugins
to be set to true or false ifTF_PLUGIN_LOCAL
is not set. Otherwise without including all needed plugins terraform will be unable to execute without error.