Skip to content
Go back

Terraform Stacks: In under 50 Words

Disclaimer: I am working at HashiCorp (now IBM) as part of the Terraform Core team. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions.
Since I am involved in Terraform my opinions can sometimes be (unconsciously) biased. I hope you enjoy the post anyway.

Stacks is an orchestration layer for Terraform in HCP Terraform. You specify components of your infrastructure (e.g. frontends, backends) and deployments (e.g. development / production). Stacks runs each component / deployment combination as their own Terraform Root Module. Components can be connected, deployments are isolated.

You can find more information in the official blog post and the official documentation.


Share this post on:




Previous Post
Terraform Modules & Stacks: A walk through the runtimes of Terraform
Next Post
Inline GitHub Code Snippets through Remark