Terraform Installation

From NovaOrdis Knowledge Base
Revision as of 22:09, 14 November 2019 by Ovidiu (talk | contribs) (→‎Linux)
Jump to navigation Jump to search

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 "terraform" binary that can be placed anywhere on the PATH.