Terraform How to install Terraform on MacOS

Terraform can be easily installed on MacOS using brew. All you need to do is two run the two commands displayed below:
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
If everything went as expected, now you should be able to run Terraform commands. Let's see the version of your Terraform installation:
terraform -version

# If Terraform is installed, you should see the a similar output
Terraform v1.2.3
on darwin_arm64

Looking for a backup solution? Try Weap.io

Simple & flexible backup solution to keep your servers, websites & databases safe.

Start free trial
App screenshot