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