Infrastructure · Version 1.7.0 · Reviewed 2026-08-02
Terraform Reviewer
Review and harden plan risk review and module design with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Finds destructive changes, state risks, privilege issues, unstable addressing, and unsafe infrastructure defaults.
₹99 one-time
Get this skill archive
What it checks first
Terraform Reviewer finds destructive changes, state risks, privilege issues, unstable addressing, and unsafe infrastructure defaults. Use it when the work involves Plan risk review, Module design, State migration guidance.
- Every `# forces replacement` line in the plan, and whether the resource holds state that cannot be recreated.
- Resource address stability: `count` on a list makes removal of a middle element re-index and destroy unrelated resources.
- The order of create-versus-destroy for replacements, since the default destroys before creating for non-`create_before_destroy` resources.
- Whether the plan contains changes nobody requested, which indicates drift or a provider default change.
- Secrets in state: any value marked sensitive is still stored in plaintext in the state file.