Skip to content

Commit 8931c65

Browse files
authored
docs(tflint): Replace repecated value in example (#880)
1 parent dd4bb9d commit 8931c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,10 @@ Config example:
347347
- id: terraform_tflint
348348
args:
349349
- --args=--config=${CONFIG_NAME}.${CONFIG_EXT}
350-
- --args=--module
350+
- --args=--call-module-type="all"
351351
```
352352
353-
If for config above set up `export CONFIG_NAME=.tflint; export CONFIG_EXT=hcl` before `pre-commit run`, args will be expanded to `--config=.tflint.hcl --module`.
353+
If for config above set up `export CONFIG_NAME=.tflint; export CONFIG_EXT=hcl` before `pre-commit run`, args will be expanded to `--config=.tflint.hcl --call-module-type="all"`.
354354

355355
### All hooks: Set env vars inside hook at runtime
356356

0 commit comments

Comments
 (0)