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 12f9881 commit 4859377Copy full SHA for 4859377
.github/workflows/linter-analysis.yaml
@@ -58,5 +58,8 @@ 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
linting-configs/.tflint.hcl
@@ -10,7 +10,6 @@
10
config {
11
# Enables module inspection.
12
module = true
13
- variables = ["ssh_public_key=null"]
14
}
15
16
plugin "azurerm" {
0 commit comments