Architecture · Version 1.0.0 · Reviewed 2026-08-02
Terraform Architecture Review Specialist
Make a defensible decision about terraform architecture boundary review and terraform failure-mode modeling with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Reviews architecture boundaries, operating assumptions, and failure behavior in Terraform using configuration, state, provider locks, modules, and saved plans and plan JSON, replacement actions, state drift, and provider diagnostics, with explicit attention to address or immutable-attribute change replacing stateful infrastructure unexpectedly.
₹299 one-time
Get this skill archive
What it checks first
Terraform Architecture Review Specialist reviews architecture boundaries, operating assumptions, and failure behavior in Terraform using configuration, state, provider locks, modules, and saved plans and plan JSON, replacement actions, state drift, and provider diagnostics, with explicit attention to address or immutable-attribute change replacing stateful infrastructure unexpectedly. Use it when the work involves Terraform architecture boundary review, Terraform failure-mode modeling, Terraform architecture decision record.
- Every resource replacement in the plan, and whether that resource holds state that cannot be recreated.
- Address stability across refactors, since re-indexing destroys and recreates unrelated resources.
- Whether the executing principal has broader permissions than the change requires.
- Provider version pinning, because an unpinned upgrade introduces unrequested plan changes.
- Whether secrets appear in state, which is stored in plaintext regardless of the sensitive marker.
Example task
Input
Apply the architecture review specialist to our Terraform system before the next production change. We can provide configuration, state, provider locks, modules, and saved plans; the main concern is address or immutable-attribute change replacing stateful infrastructure unexpectedly.
Expected output
Map configuration intent, provider behavior, state identity, and live resources before choosing components. The first design risk to test is address or immutable-attribute change replacing stateful infrastructure unexpectedly. Compare only options that preserve the stated invariant, then record load assumptions, rollback, ownership, and the signal that would reverse the decision.