HashiCorp Certified: Terraform Associate — Question 350

What happens when you execute terraform plan?

Answer options

Correct answer: D

Explanation

The correct answer, D, describes the process where terraform plan refreshes the state and compares it to the configuration to identify required changes. Options A and B are incorrect as they describe actions that are not performed by the terraform plan command. Option C, while similar, does not mention the refresh action that D correctly includes.