System Grab Bag

View all TLDR pages from common (or from all pages)

terraform fmt

Format configuration according to Terraform language style conventions. More information: https://www.terraform.io/docs/commands/fmt.html.
  • Format the configuration in the current directory:
    terraform fmt
  • Format the configuration in the current directory and subdirectories:
    terraform fmt -recursive
  • Display diffs of formatting changes:
    terraform fmt -diff
  • Do not list files that were formatted to stdout:
    terraform fmt -list=false

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.