Terraform Installation: Difference between revisions
Jump to navigation
Jump to search
(→Linux) |
|||
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
- https://learn.hashicorp.com/terraform/getting-started/install.html
- https://www.terraform.io/downloads.html
Internal
Mac Installation
Brew
brew install terraform
Install a specific version
Follow the procedure described here, adjusted for 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.