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 |
Kit di strumenti completo per la convalida, l'linting, il test e l'automazione di configurazioni Terragrunt, file HCL e stack. Utilizza questa competenza quando lavori con file Terragrunt (.hcl, terragrunt.hcl, terragrunt.stack.hcl), convalidi l'infrastruttura come codice, esegui il debug delle configurazioni Terragrunt, esegui test di prova con il piano terragrunt, lavori con Terragrunt Stacks o lavori con provider e moduli personalizzati. Fonte: akin-ozer/cc-devops-skills.