terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
How to download and setup terraform
Open terminal and run command
git clone https://github.com/hashicorp/terraform.git
git clone is used to create a copy or clone of terraform repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with terraform https://github.com/hashicorp/terraform/archive/master.zip
Or simply clone terraform with SSH
[email protected]:hashicorp/terraform.git