Problem Statement
What does the 'terraform validate' command do?
Explanation
The 'terraform validate' command checks whether configuration files are syntactically correct and internally consistent.
It helps catch simple mistakes before running a plan or apply, preventing runtime errors and failed deployments.
