What happens when you execute terraform plan?
Imports all of your existing cloud provider resources to the state.
Installs all providers and modules referenced by configuration.
Compares your Terraform code and local state file to the remote state file in a cloud provider and determines if any changes need to be made.
Refreshes your state, then compares your state file to your Terraform configuration and creates an execution plan if any changes need to be made.
answer is D
Yes. D is correct
C might be True
Correct answer is D