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 |
Terragrunt 구성, HCL 파일 및 스택을 검증, 린팅, 테스트 및 자동화하기 위한 포괄적인 툴킷입니다. Terragrunt 파일(.hcl, terragrunt.hcl, terragrunt.stack.hcl) 작업, 코드형 인프라 검증, Terragrunt 구성 디버깅, terragrunt 계획으로 테스트 실행 수행, Terragrunt 스택 작업 또는 사용자 정의 공급자 및 모듈 작업 시 이 기술을 사용하세요. 출처: akin-ozer/cc-devops-skills.