Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 323


You should run terraform fmt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.

Show Answer
Correct Answer: A

You should run 'terraform fmt' to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions. This ensures that your configuration files follow the standard formatting, making them easier to read and maintain.

Discussion

2 comments
Sign in to comment
8876ca1Option: A
Jun 17, 2024

Its recommended but not mandatory

8876ca1Option: A
Jun 17, 2024

Its True