August 2019
Beginner
608 pages
16h 7m
English
You can find a version of Terraform for your platform to download here: https://www.terraform.io/downloads.html. There are versions compiled for the following platforms:
Inside the ZIP package is a single binary written in Golang that runs on your machine. After downloading and unpacking, you should put it somewhere in your path, for example, /usr/local/bin/ on Linux. After that, check your version on the command line as follows:
$terraform -v Terraform v0.11.12 Make sure you have a version of at least v0.11.12. The binary is all you need. We also want the Ansible plugin for Terraform, but let's first install Ansible before this.
Read now
Unlock full access