1. Which command helps debug Terraform execution details?
The '-debug' flag provides detailed logs of Terraform's execution process. It helps developers trace variable evaluations, provider interactions, and API requests. This is useful when diagnosing issues with resource dependencies or unexpected provisioning behavior.