GitHub - tfutils/tfenv: Terraform version manager
Terraform version manager inspired by rbenv Currently tfenv supports the following OSes Mac OS X (64bit) Linux Windows (64bit) - only tested in git-bash - currently presumed failing due to symlink issues in git-bash Install via Homebrew Install via Arch User Repository (AUR) Install via puppet Using puppet module sergk-tfenv Check out tfenv into any path (here is ${HOME}/.tfenv) $ git clone https://github.com/tfutils/tfenv.git ~/.tfenv Add ~/.tfenv/bin to your $PATH any way you like OR you can make symlinks for tfenv/bin/* scripts into a path that is already added to your $PATH (e.g.
https://github.com/tfutils/tfenv