Remove taint mark from resources to prevent forced recreation. Standalone verb plugin – mirrors terraform untaint as a top-level command. NavPush behavior: returns to the origin plugin on completion or cancel.
Screenshot
Interactive (TUI)
Entry Points
Context
Key
Behavior
State list/detail
T
Navigate to untaint with cursor address
Plan list
T
Navigate to untaint with cursor address
Batch palette (!)
T
Navigate to untaint with all pinned addresses
Command mode
:untaint
Navigate to untaint
Keybindings
Key
Action
Context
y / Y / Enter
Confirm untaint
Confirming
n / N / Esc
Cancel and return
Confirming
p
Navigate to plan
Done
Esc
Back to previous plugin
Any
ctrl+r
Retry
Error
Flow
Idle → Confirming → Loading → Done/Error
Plugin receives target address(es) via SetTargets()
Shows confirmation: “Untaint <address>?”
For batch: shows count and lists all addresses
On confirmation, executes terraform untaint for each address sequentially
On success, emits PlanInvalidatedEvent (plan auto-replans)