We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93a342 commit 0d95833Copy full SHA for 0d95833
README.md
@@ -21,7 +21,7 @@ Add the following `repo` to your `.pre-commit-config.yaml`
21
- repo: https://github.com/devopsforhuman/tf-pre-commit
22
rev: v1.0.2
23
hooks:
24
- id: terraform-fmt
+ - id: terraform-fmt
25
...
26
```
27
if you want to provide `options` or `global options` (try `terraform fmt --help`) then use `args`
@@ -31,8 +31,8 @@ if you want to provide `options` or `global options` (try `terraform fmt --help`
31
32
33
34
35
- args:
+ args:
36
- --options="-no-color -diff -check"
37
38
0 commit comments