tfenv icon indicating copy to clipboard operation
tfenv copied to clipboard

separate path for tfenv conf and terraform binaries

Open waheedshahani opened this issue 2 years ago • 2 comments

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.

waheedshahani avatar Feb 21 '23 12:02 waheedshahani

Maybe related to #251

jmnavarrol avatar Apr 29 '23 09:04 jmnavarrol

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.

jmnavarrol avatar May 01 '24 12:05 jmnavarrol