Debugging · Version 1.1.0 · Reviewed 2026-08-02
Terraform Production Debug Specialist
Diagnose terraform production incident triage and terraform root-cause isolation with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Diagnoses production failures from runtime evidence instead of symptom matching 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.
₹199 one-time
Get this skill archive
What it checks first
Terraform Production Debug Specialist diagnoses production failures from runtime evidence instead of symptom matching 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 production incident triage, Terraform root-cause isolation, Terraform fix verification.
- 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.