Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
This script installs the Terraform Version Manager and the Terraform
# This script installs the Terraform Version Manager and the Terraform
git clone https://github.com/tfutils/tfenv.git ~/.tfenv
mkdir ~/bin
ln -s ~/.tfenv/bin/* ~/bin/
tfenv install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment