Which Terraform command checks that your configuration syntax is correct?
The terraform validate command is used to check that your Terraform configuration files are syntactically valid and internally consistent. It is a useful command for ensuring your Terraform code is error-free before applying any changes to your infrastructure.
Cyril
3 days ago