Terraform: drift detection and reconciliation
When to use
Use this skill for drift detection and reconciliation in Terraform. This skill specifically handles drift detection and reconciliation and nothing else in the Terraform family.
Procedure
Detect out-of-band changes with terraform plan -refresh-only, reconcile drift, and decide between import and re-apply.
Notes
This is the Terraform skill dedicated to drift detection and reconciliation. Sibling skills cover other Terraform capabilities; this one is the right choice only when the task is about drift detection and reconciliation.