Problem Statement
What does the command 'terraform plan' display?
Explanation
The 'terraform plan' command shows what Terraform will do before making any changes.
It compares the current state file with the configuration files and generates an execution plan. This preview ensures that teams can review and verify infrastructure changes before applying them.
