Multiple team members are collaborating on infrastructure using Terraform and want to format their Terraform code following standard Terraform-style convention. How could they automatically ensure the code satisfies conventions?
A.
Run the terraform fmt command during the code linting phase of your CI/CD process
B.
Manually apply two spaces indentation and align equal sign "=" characters in every Terraform file (*.tf)
C.
Run the terraform validate command prior to executing terraform plan or terraform apply
By running terraform fmt during the code linting phase of your CI/CD process, you can automatically ensure that all Terraform files are formatted according to the standard conventions before any code is merged into the main branch. This helps to maintain a consistent code style and reduces the likelihood of errors caused by inconsistent formatting.
upvoted 9 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Oleg_gol
Highly Voted 1 year, 6 months ago