Getting Started with Terraform
Terraform lets you describe your infrastructure as code, so every change is reviewed, versioned, and repeatable.
In this post we walk through writing your first resource, running terraform plan, and understanding the state file that tracks what Terraform has actually created.