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 - Drift Detection
Manual changes are the enemy of IaC. We’ll set up scheduled pipelines that run plan purely to detect drift—alerting you when the real world diverges from your code, so you can remediate unauthorized changes immediately.
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 - 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