Difference between revisions of "Terraform fmt"
Jump to navigation
Jump to search
↑ https://www.terraform.io/docs/cli/commands/fmt.html
Line 20: | Line 20: | ||
[[variables.tf]] | [[variables.tf]] | ||
− | + | [[terraform fmt -check]] | |
− | + | (no output) | |
* <code>[[-diff]]</code> - Display diffs of formatting changes | * <code>[[-diff]]</code> - Display diffs of formatting changes |
Revision as of 17:24, 15 November 2023
terraform fmt
command is used to rewrite Terraform configuration files to a canonical format and style. [1]
terraform fmt --help terraform fmt -diff terraform fmt -check terraform fmt -recursive terraform fmt -write -recursive terraform fmt -check -recursive -diff
Examples
terraform fmt (no output)
terraform fmt main.tf
terraform fmt main.tf variables.tf
terraform fmt -check (no output)
-diff
- Display diffs of formatting changes
Related commands
cfn-lint
terraform validate
terraform apply
- Terraform Style Conventions
terragrunt fmt
Warning: Interpolation-only expressions are deprecated
.pre-commit-config.yaml
See also
terraform fmt [ -diff | -check | validate | --help ]
- fmt:
go fmt, terraform fmt, terragrunt hclfmt
- Linter,
cfn-lint
,ansible-lint
,terraform fmt
,go fmt
,solhint
Advertising: