Difference between revisions of "Terraform fmt"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
  terraform fmt -diff
 
  terraform fmt -diff
  
Usage: <code>terraform fmt [options] [DIR]</code>
+
Usage: <code>terraform fmt [options] [DIR]</code>
  
 +
== Examples ==
 
  [[terraform]] fmt
 
  [[terraform]] fmt
 
  (no output)
 
  (no output)

Revision as of 06:12, 6 September 2022

terraform fmt command is used to rewrite Terraform configuration files to a canonical format and style.

terraform fmt -diff
Usage: terraform fmt [options] [DIR]

Examples

terraform fmt
(no output)
terraform fmt
main.tf
terraform fmt 
main.tf
variables.tf
(no output)
  • -diff - Display diffs of formatting changes

Related commands

See also

Advertising: