The correct answer is C. Option C: State file drift
Explanation
Terraform state maps resource addresses to remote objects and stores metadata needed to calculate changes efficiently. Infrastructure drift occurs when remote objects change outside Terraform so their real attributes differ from configuration and state.