Using Terraform CLI, how do you reformat your Terraform configuration files in the standard style?

Experience Level: Junior
Tags: Terraform

Answer

Run the following command:

terraform fmt

When you execute the command, it will automatically reformat (modify) all files that didn't meet the standard style. The names of modified files will be displayed.

Note that without providing additional parameter -recursive only the files in the current folder will be processed. Files in subfolders will be skipped.

Comments

No Comments Yet.
Be the first to tell us what you think.
Terraform CLI
Terraform CLI

Are you learning Terraform ? Try our test we designed to help you progress faster.

Test yourself