We are going to use Homebrew to install Terraform.
First, let's add Hashicorp repo into the registry:
brew tap hashicorp/tap
And install terraform:
brew
While installing NPM packages, there might be dependency on python. The node-gyp
package requires python to be available in PATH and can't access python3 even