tfutils / tfenv

Terraform version manager
MIT License
4.43k stars 450 forks source link

separate path for tfenv conf and terraform binaries #380

Open waheedshahani opened 1 year ago

waheedshahani commented 1 year ago

Currently TFENV_CONFIG_DIR points to a path where you store binaries as well as tfenv conf. This creates a problem if you want to use tfenv to use multiple terraform versions at the same time. It would be nice to separate path location for tfenv configs and terraform binaries so that there is central location of binaries but we have possibility to use different location of tfenv configs specific to runtime executing terraform.

jmnavarrol commented 1 year ago

Maybe related to #251

jmnavarrol commented 2 months ago

See my last note on #251: it seems you can manage multiple versions of Terraform at the same time just by not setting TFENV_CONFIG_DIR.