Skip to content

Instantly share code, notes, and snippets.

@dev-head
Created January 8, 2020 19:27
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 dev-head/f401fc5bfa6ce0b27799a5c1e4488556 to your computer and use it in GitHub Desktop.
Save dev-head/f401fc5bfa6ce0b27799a5c1e4488556 to your computer and use it in GitHub Desktop.
Install Change Terraform Utility :: HomeBrew

Install Change Terraform Utility

Install

brew tap Yleisradio/terraforms
brew install chtf

Add the following to the ~/.bashrc or ~/.zshrc file:

# Source chtf
if [[ -f /usr/local/share/chtf/chtf.sh ]]; then
    source "/usr/local/share/chtf/chtf.sh"
fi

Update

brew update
brew upgrade chtf
chtf 0.12.18

Source: https://github.com/Yleisradio/homebrew-terraforms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment