Delivery · Version 1.3.0 · Reviewed 2026-08-02
Terraform Release Readiness Specialist
Make a defensible decision about terraform release risk assessment and terraform progressive rollout design with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Turns deployment risk, compatibility evidence, and rollback constraints into a release decision for 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 Release Readiness Specialist turns deployment risk, compatibility evidence, and rollback constraints into a release decision for 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 release risk assessment, Terraform progressive rollout design, Terraform rollback signal 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.
Example task
Input
Apply the release readiness 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
Block broad rollout until address or immutable-attribute change replacing stateful infrastructure unexpectedly is covered by a pre-deploy check and an observable abort signal. Stage exposure at configuration intent, provider behavior, state identity, and live resources, keep the previous artifact recoverable, and promote only when plan JSON, replacement actions, state drift, and provider diagnostics stays within the agreed guardrail for representative traffic.