HashiCorp Certified: Terraform Associate — Question 22

When does terraform apply reflect changes in the cloud environment?

Answer options

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.