What problem does it solve?
Manually writing and maintaining Terragrunt configuration files for infrastructure-as-code workspaces is time-consuming and prone to human error, especially as stacks, components, and environments scale.
Core Features & Use Cases
- Stack and Component Creation: Add new components to existing Terragrunt stacks or onboard entirely new stacks to environments with standardized, repeatable workflows.
- Shared Config Management: Generate _envcommon configuration files to reuse module settings across multiple components and environments.
- Dependency and Validation Handling: Wire component dependencies correctly and run built-in validation checks to catch configuration errors before deployment.
- Use Case: A DevOps engineer can use this skill to quickly add a new monitoring component to an existing production Terragrunt stack, ensuring all dependencies, version pins, and shared configs are correctly configured without manual file editing.
Quick Start
Use the create-terragrunt-stack skill to add a new networking component to your existing production Terragrunt stack.