This skill provides comprehensive validation, linting, and testing capabilities for Terragrunt configurations. Terragrunt is a thin wrapper for Terraform/OpenTofu that provides extra tools for keeping configurations DRY (Don't Repeat Yourself), working with multiple modules, and managing remote state.
This skill is designed for Terragrunt 0.93+ which includes the new CLI redesign.
| run-all | run --all | | hclfmt | hcl fmt | | hclvalidate | hcl validate | | validate-inputs | hcl validate --inputs | | graph-dependencies | dag graph | | render-json | render --json -w | | terragrunt-info | info print | | plan-all, apply-all | run --all plan, run --all apply |
Comprehensive toolkit for validating, linting, testing, and automating Terragrunt configurations, HCL files, and Stacks. Use this skill when working with Terragrunt files (.hcl, terragrunt.hcl, terragrunt.stack.hcl), validating infrastructure-as-code, debugging Terragrunt configurations, performing dry-run testing with terragrunt plan, working with Terragrunt Stacks, or working with custom providers and modules. Source: akin-ozer/cc-devops-skills.