HashiCorp
TERRAFORM-ASSOCIATE-003 · Question #228
terraform validate confirms the syntax of Terraform files.
The correct answer is A. True. terraform validate checks for syntax errors and internal consistency in the configuration files. However, it does not check if resource configurations are valid with the provider.
Use Terraform Outside of Core Workflow
Question
terraform validate confirms the syntax of Terraform files.
Options
- ATrue
- BFalse
How the community answered
(23 responses)- A78% (18)
- B22% (5)
Explanation
terraform validate checks for syntax errors and internal consistency in the configuration files. However, it does not check if resource configurations are valid with the provider.
Topics
#terraform validate#syntax validation#CLI commands
Community Discussion
No community discussion yet for this question.