HashiCorp Certified: Terraform Associate — Question 56

terraform validate validates the syntax of Terraform files.

Answer options

Correct answer: A

Explanation

The correct answer is A because terraform validate is specifically designed to ensure that the syntax of Terraform files is correct. Option B is incorrect as it implies that terraform validate does not perform this function, which is not true.