Terraform Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:


=Linux=
=Linux=
wget https://releases.hashicorp.com/terraform/0.12.14/terraform_0.12.14_linux_amd64.zip
unzip terraform_0.12.14_linux_amd64.zip
This will create a simple binary that can be placed anywhere on the PATH.

Revision as of 22:08, 14 November 2019

External

Internal

Mac Installation

Brew

brew install terraform

Download

Download from https://www.terraform.io/downloads.html.

Linux

wget https://releases.hashicorp.com/terraform/0.12.14/terraform_0.12.14_linux_amd64.zip
unzip terraform_0.12.14_linux_amd64.zip

This will create a simple binary that can be placed anywhere on the PATH.