tfenv

Manage multiple Terraform versions easily on your machine

brewmacoslinux
Try with needOr install directly
Source

About

Terraform version manager inspired by rbenv

Commands

tfenv

Examples

list all available terraform versions to install$ tfenv list-remote
install a specific terraform version$ tfenv install 1.5.0
switch to a different terraform version$ tfenv use 1.4.6
see which terraform version is currently active$ tfenv version
remove an old terraform version to free up space$ tfenv uninstall 1.3.0