Skip to main content

Install Terraform

Terraform can be installed from the Terraform website download page. You can also install it using your system package manager. The Terraform installation manual contains the essential information for a proper installation.

We cover here the basic steps for Linux, MAC and Windows for convenience. Refer to the official Terraform documentation if needed.

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.7.3
on darwin_arm64