Which Terraform command checks that your configuration syntax is correct?
Which Terraform command checks that your configuration syntax is correct?
The command 'terraform validate' checks that your Terraform configuration syntax is correct. It does this by validating the configuration files in a directory, ensuring that the syntax is accurate and that required arguments are provided, but it does not access any remote services to perform a full validation.
Answer is B. terraform validate
terraform validate