HashiCorp Certified: Terraform Associate — Question 227
You should run terraform fmt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.
Answer options
- A. True
- B. False
Correct answer: A
Explanation
The statement is correct because the terraform fmt command is specifically designed to format configuration files according to Terraform's standards. The option 'False' is incorrect as it contradicts the functionality of the command.