Forrest logo
back to context overview

terraform-fmt

List of commands for terraform-fmt:

  • terraform-fmt:tldr:5caa4 terraform-fmt: Display diffs of formatting changes.
    $ terraform fmt -diff
    try on your machine
    explain this command
  • terraform-fmt:tldr:71a93 terraform-fmt: Format the configuration in the current directory.
    $ terraform fmt
    try on your machine
    explain this command
  • terraform-fmt:tldr:a0975 terraform-fmt: Do not list files that were formatted to `stdout`.
    $ terraform fmt -list=false
    try on your machine
    explain this command
  • terraform-fmt:tldr:d58b5 terraform-fmt: Format the configuration in the current directory and subdirectories.
    $ terraform fmt -recursive
    try on your machine
    explain this command
back to context overview