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.
Share this post
The busy developer’s guide to Terraform
Share this post
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.