tfenv
Much like rbenv, pyenv
Table of contents
Installation
brew install tfenv
tfenv conflicts with terraform, so if you have terraform installed, you need to uninstall it first.
Usage
List all versions available
tfenv list-remote
Install and uninstall
tfenv install [version]
tfenv uninstall [version]
List all installed versions
tfenv list
Use a specific version
tfenv use [version]
Print current version
tfenv version-name
Pin current version to project
tfenv pin
Command above will create a .terraform-version file in the current directory.
References: