Skip to content

Instantly share code, notes, and snippets.

@weeyin83
Created January 16, 2023 20:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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