HashiCorp Certified: Terraform Associate — Question 349
Which of the following can you do with terraform plan? (Choose two.)
Answer options
- A. Save a generated execution plan to apply later
- B. Execute a plan in a different workspace
- C. View the execution plan and check if the changes match your expectations
- D. Schedule Terraform to run at a planned time in the future
Correct answer: A, C
Explanation
The correct answers, A and C, highlight the functionalities of terraform plan, which allows users to save an execution plan for later use and review the plan to confirm it meets expectations. Options B and D are incorrect because terraform plan does not support executing plans in different workspaces or scheduling Terraform runs.