Terragrunt - Debugging
When things break, you need to know where to look. We’ll dive into the .terragrunt-cache folder to inspect the generated code and master reading verbose logs to trace errors back to their source in the wrapper or the module.
Terragrunt - CI/CD Integration
Automate your platform. We’ll design a robust pipeline that runs terragrunt run-all plan on Pull Requests for safety, and apply on merge. We'll also cover caching the .terragrunt-cache folder to speed up build times significantly.
Terragrunt - Immutable Infrastructure
Avoid "it worked on my machine" syndrome. We’ll learn to lock your modules to specific Git tags or commit hashes, ensuring that Production code never changes unexpectedly and that deployments are 100% reproducible every time.
Terragrunt - Scaffold & Catalog
Stop writing boilerplate from scratch. We’ll use the Catalog to browse available modules and the Scaffold command to automatically generate the necessary terragrunt.hcl structure, speeding up the adoption of best practices and standardization.
Terragrunt - Units
Units are the atomic building blocks of a Stack. Learn how to define these individual deployable components—like a VPC or a Database—within a Stack configuration to create modular, repeatable infrastructure patterns that deploy together.
Member discussion