From d8b69b6b0899c69db6fe829e1653de3cd029ba02 Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Wed, 7 May 2025 16:26:02 +0300 Subject: [PATCH] docs(tflint): Replace repecated value in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34cf50ba3..99332f00c 100644 --- a/README.md +++ b/README.md @@ -347,10 +347,10 @@ Config example: - id: terraform_tflint args: - --args=--config=${CONFIG_NAME}.${CONFIG_EXT} - - --args=--module + - --args=--call-module-type="all" ``` -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`. +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"`. ### All hooks: Set env vars inside hook at runtime