LinuxCommandLibrary

terraform-fmt

Format configuration according to Terraform language style conventions.

TLDR

Format the configuration in the current directory

$ terraform fmt
copy


Format the configuration in the current directory and subdirectories
$ terraform fmt -recursive
copy


Display diffs of formatting changes
$ terraform fmt -diff
copy


Do not list files that were formatted to stdout
$ terraform fmt -list=false
copy

Copied to clipboard