Standards and workflows for building secure, well-structured Terraform modules, including planning gates, validation steps, and implementation guidance.
82
84%
Does it follow best practices?
Impact
80%
1.77xAverage score across 5 eval scenarios
Passed
No known issues
Run only the gates required by the change class and report results as a concise gate recap.
docs-only, terraform-module, example-terraform, ci-workflow, mixed.mixed, run the union of gates for all relevant classes.validation-gates rule.-detailed-exitcode:
0 = no diff (PASS)2 = diff exists (PASS only if diff matches intended changes)Use concise output:
Gates: terraform fmt -check -recursive passed; terraform -chdir=. validate passed; terraform -chdir=examples/test_app plan -detailed-exitcode=2 reviewed (expected diff).Gates: links checked; markdown lint not run (waived: tooling unavailable, low risk).