HashiCorp Certified: Terraform Associate — Question 322

Which syntax check errors when you run terraform validate?

Answer options

Correct answer: D

Explanation

The correct answer is D because terraform validate checks for syntax issues and ensures the configuration is valid without executing any changes. The other options describe issues that are not related to syntax errors; they pertain to configuration and state management.