Installation
Homebrew is a free and open-source package management system for Mac OS X. Install the official Terraform formula from the terminal.
First, install the HashiCorp tap, a repository of all our Homebrew packages
brew tap hashicorp/tapNow, install Terraform with hashicorp/tap/terraform.
brew install hashicorp/tap/terraformInstall autocompletion
terraform -install-autocompleteUpdate Terraform
brew upgrade terraformLast updated
Was this helpful?