QuestionQ25
Terraform state managementWhen running terraform apply -refresh-only, which of the following does Terraform not consult when updating the state file?
- A Authentication credentials for the provider.
- B Terraform configuration files defining the resources.
- C The actual infrastructure as reported by the provider API.
- D The most recent state file.
Community Discussion