HashiCorp Certified: Terraform Associate — Question 349

Which of the following can you do with terraform plan? (Choose two.)

Answer options

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.