Skip to content

Instantly share code, notes, and snippets.

@weeyin83
Created January 16, 2023 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weeyin83/d93e4df3c58e4a8aa4dfbf1bf99425ab to your computer and use it in GitHub Desktop.
Save weeyin83/d93e4df3c58e4a8aa4dfbf1bf99425ab to your computer and use it in GitHub Desktop.
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