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 4859377 commit 3486b7dCopy full SHA for 3486b7d
.github/workflows/linter-analysis.yaml
@@ -58,8 +58,5 @@ jobs:
58
- name: Initializing TFLint
59
run: TFLINT_LOG=info tflint --init -c "$(pwd)/linting-configs/.tflint.hcl"
60
61
- - name: Run TFLint Action - root
62
- run: TFLINT_LOG=info tflint -c "$(pwd)/linting-configs/.tflint.hcl" --var='ssh_public_key=null'
63
-
64
- name: Run TFLint Action
65
run: TFLINT_LOG=info tflint -c "$(pwd)/linting-configs/.tflint.hcl" --recursive
0 commit comments