HashiCorp Certified: Terraform Associate — Question 177
terraform validate confirms the syntax of Terraform files.
Answer options
- A. True
- B. False
Correct answer: A
Explanation
The correct answer is True because terraform validate is specifically designed to verify that the syntax of the Terraform files is correct. The option False is incorrect as it implies that terraform validate does not serve this purpose.