You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,10 +347,10 @@ Config example:
347
347
- id: terraform_tflint
348
348
args:
349
349
- --args=--config=${CONFIG_NAME}.${CONFIG_EXT}
350
-
- --args=--module
350
+
- --args=--call-module-type="all"
351
351
```
352
352
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"`.
354
354
355
355
### All hooks: Set env vars inside hook at runtime
0 commit comments