
terraform-fmt
List of commands for terraform-fmt:
-
terraform-fmt:tldr:5caa4 terraform-fmt: Display diffs of formatting changes.$ terraform fmt -difftry on your machineexplain this command
-
terraform-fmt:tldr:71a93 terraform-fmt: Format the configuration in the current directory.$ terraform fmttry on your machineexplain this command
-
terraform-fmt:tldr:a0975 terraform-fmt: Do not list files that were formatted to `stdout`.$ terraform fmt -list=falsetry on your machineexplain this command
-
terraform-fmt:tldr:d58b5 terraform-fmt: Format the configuration in the current directory and subdirectories.$ terraform fmt -recursivetry on your machineexplain this command