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 - 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 - 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