Tuesday, 17 February 2026

How to install Terraform on Mac



First add Hashicorp's package repository:

% brew tap hashicorp/tap

Then install the Terraform:

% brew install hashicorp/tap/terraform

If Terraform was already installed, the command above will update it.

To verify installation, we can check its version:

% terraform --version                                                                                    
Terraform v1.14.5
on darwin_arm64

No comments: