TLDR: Terraform is a tool to manage your infrastructure as code. You define configuration files that describe your infrastructure. Terraform generates an incremental plan to apply any changes. After you review the plan, Terraform will then apply it to update your infrastructure.
The busy developer’s guide to Terraform
TLDR: Terraform is a tool to manage your infrastructure as code. You define configuration files that describe your infrastructure. Terraform generates an incremental plan to apply any changes. After you review the plan, Terraform will then apply it to update your infrastructure.