What are some common issues with Terraform’s state, and how do you resolve them?
Terraform's state file is critical for tracking infrastructure resources, but it can encounter issues like corruption, locking conflicts, and drift. This question discusses common state-related problems and effective resolution techniques.