Topic 1 · Question 297 of 368
What does running a terraform plan do?
The correct answer is D. Option D: Compares the state file to your Terraform code and determines if any changes need to be made
Explanation
Terraform state maps resource addresses to remote objects and stores metadata needed to calculate changes efficiently.