TERRAFORM-ASSOCIATE-004 · Question #80
TERRAFORM-ASSOCIATE-004 Question #80: Real Exam Question with Answer & Explanation
The correct answer is A: True. You should run terraform fmt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions. This command applies a subset of the Terraform language style conventions, along with other minor adjustments for readability. It i
Question
You should run terraform fnt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.
Options
- ATrue
- BFalse
Explanation
You should run terraform fmt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions. This command applies a subset of the Terraform language style conventions, along with other minor adjustments for readability. It is recommended to use this command to ensure consistency of style across different Terraform codebases. The command is optional, opinionated, and has no customization options, but it can help you and your team understand the code more quickly and easily.
Topics
Community Discussion
No community discussion yet for this question.