We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d10e7e commit ebdc205Copy full SHA for ebdc205
.github/workflows/linter-analysis.yaml
@@ -66,7 +66,7 @@ jobs:
66
terraform -chdir=modules/kubeconfig init
67
68
- name: Initializing TFLint
69
- run: TFLINT_LOG=info tflint --init -c "$(pwd)/linting-configs/.tflint.hcl"
+ run: TFLINT_LOG=info tflint --recursive --init -c "$(pwd)/linting-configs/.tflint.hcl"
70
71
- name: Run TFLint Action
72
run: TFLINT_LOG=info tflint -c "$(pwd)/linting-configs/.tflint.hcl" --recursive
0 commit comments