HashiCorp Certified: Terraform Associate — Question 158
The .terraform.lock.hcl file tracks module versions.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because the .terraform.lock.hcl file is designed to track the provider versions, not module versions. Therefore, the statement is incorrect, which makes option A also false.