Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1010 Bytes

File metadata and controls

25 lines (14 loc) · 1010 Bytes

Terragrunt Stacks Walkthrough

This repository goes through the process of building up to the concept of a Terragrunt Stack, requiring minimal incremental increases in complexity.

Prerequisites

To follow along, you'll want to install the following tools:

If you've installed mise, you can do that by running:

mise install

Walkthrough

Each of the folders in the walkthrough folder is a step in the process of incrementally increasing the complexity of infrastructure under management until a stack is reached.

This should give some insight as to how Stacks work, and how they can be used to manage infrastructure.

You can get some benefit from simply reading the README.md files in each of the folders, but to get the most out of this walkthrough, you'll want to clone the repository and follow the instructions in each of the folders.