HashiCorp Certified: Terraform Associate — Question 22
When does terraform apply reflect changes in the cloud environment?
Answer options
- A. Immediately
- B. However long it takes the resource provider to fulfill the request
- C. After updating the state file
- D. Based on the value provided to the -refresh command line argument
- E. None of the above
Correct answer: B
Explanation
The correct answer is B because the time it takes for changes to be reflected in the cloud environment depends on how long the resource provider takes to process the request. Options A and C are incorrect as they imply immediate reflection, and D misrepresents the role of the -refresh command line argument, which does not dictate when changes are applied.