HashiCorp Certified: Terraform Associate — Question 38
The terraform.tfstate file always matches your currently built infrastructure.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because the terraform.tfstate file can become out of sync with the actual infrastructure due to manual changes or errors in the Terraform configuration. Option A is incorrect as it suggests that the state file is always accurate, which is not the case.