Installation and use. Docs
curl -L <https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh> | sudo bash
sudo chown -R $USER /usr/local/bin
tfswitch
If running into permissions issues then switch to user install and fix path
mkdir ~/bin
export PATH=$PATH:~/bin
tfswitch -b ~/bin/terraform
Installation and use. Docs
curl -L <https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh> | sudo bash
sudo chown -R $USER /usr/local/bin
tfswitch