Terraform Installation: Difference between revisions
Jump to navigation
Jump to search
(→Linux) |
|||
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
- https://learn.hashicorp.com/terraform/getting-started/install.html
- https://www.terraform.io/downloads.html
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.