Terraform Installation: Difference between revisions

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


  brew install terraform
  brew install terraform
===Install a specific version===
Follow the procedure described here, adjusted for terraform: {{Internal|Brew_Operations#Install_a_Specific_Version|Install a Specific Version with brew}}


==Download==
==Download==

Revision as of 21:35, 28 February 2020

External

Internal

Mac Installation

Brew

brew install terraform

Install a specific version

Follow the procedure described here, adjusted for terraform:

Install a Specific Version with brew

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.