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 |
Conjunto de herramientas completo para validar, identificar, probar y automatizar configuraciones de Terragrunt, archivos HCL y pilas. Utilice esta habilidad cuando trabaje con archivos Terragrunt (.hcl, terragrunt.hcl, terragrunt.stack.hcl), valide la infraestructura como código, depure configuraciones de Terragrunt, realice pruebas de ensayo con el plan de terragrunt, trabaje con Terragrunt Stacks o trabaje con proveedores y módulos personalizados. Fuente: akin-ozer/cc-devops-skills.