Terraform - aidarko/dev-notes GitHub Wiki
# Unlink the installed version.
brew unlink terraform
# Install specific version
brew install tfenv
tfenv install 0.14.3
tfenv use 0.14.3
# Unlink the installed version.
brew unlink terraform
# Install specific version
brew install tfenv
tfenv install 0.14.3
tfenv use 0.14.3