Problem Statement
What happens when you run 'terraform apply'?
Explanation
The 'terraform apply' command executes the actions outlined in the plan.
It creates, updates, or deletes infrastructure resources to match the desired configuration. The command also updates the state file to reflect the latest deployed infrastructure state after a successful run.
