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.
2 parents 2b75241 + 38c22dd commit 752dc6aCopy full SHA for 752dc6a
.github/linters/.tflint.hcl
@@ -0,0 +1,15 @@
1
+rule "terraform_typed_variables" {
2
+ enabled = false
3
+}
4
+
5
+rule "terraform_module_version" {
6
7
8
9
+rule "terraform_required_providers" {
10
11
12
13
+rule "terraform_unused_declarations" {
14
15
.github/workflows/actionlint.yml
@@ -36,6 +36,7 @@ jobs:
36
# VALIDATE_MARKDOWN: true
37
# VALIDATE_NATURAL_LANGUAGE: true
38
VALIDATE_POWERSHELL: true
39
- # VALIDATE_TERRAFORM_TFLINT: true
+ # VALIDATE_TERRAFORM_FMT: true
40
+ VALIDATE_TERRAFORM_TFLINT: true
41
VALIDATE_YAML: true
42
VALIDATE_PYTHON_PYLINT: true
EKS/FSxN-as-PVC-for-EKS/terraform/scripts/iscsi.sh
100644
100755
0 commit comments