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.
Overall
score
92%
Does it follow best practices?
Validation for skill structure
Enable debug output for troubleshooting:
# Terragrunt debug
TERRAGRUNT_DEBUG=1 terragrunt plan
# Terraform trace
TF_LOG=TRACE terragrunt planrm -rf .terragrunt-cacheterragrunt initterragrunt force-unlock <LOCK_ID>render-json, validate-inputs are deprecatedterragrunt run -- <command> for custom/unsupported commandsgraph-dependencies with dag graphInstall with Tessl CLI
npx tessl i pantheon-ai/terragrunt-validator