Installers


Terraform Switcher - tfswitch

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

Terragrunt Switcher - tgswitch

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

Converters


k2tf

iam-policy-json-to-terraform