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 |
Boîte à outils complète pour valider, pelucher, tester et automatiser les configurations Terragrunt, les fichiers HCL et les piles. Utilisez cette compétence lorsque vous travaillez avec des fichiers Terragrunt (.hcl, terragrunt.hcl, terragrunt.stack.hcl), validez l'infrastructure en tant que code, déboguez les configurations Terragrunt, effectuez des tests à sec avec le plan Terragrunt, travaillez avec Terragrunt Stacks ou travaillez avec des fournisseurs et des modules personnalisés. Source : akin-ozer/cc-devops-skills.