HashiCorp Certified: Terraform Associate — Question 15
What is not processed when running a terraform refresh?
Answer options
- A. State file
- B. Configuration file
- C. Credentials
- D. Cloud provider
Correct answer: B
Explanation
The correct answer is B, as the terraform refresh command focuses on updating the state file with the current state of the infrastructure, and does not modify the configuration file. Options A, C, and D are involved in the refresh process, as the state file is updated, credentials are used for accessing resources, and the cloud provider's state is checked.