Skip to content

Commit 752dc6a

Browse files
authored
Merge branch 'main' into Restructuring2
2 parents 2b75241 + 38c22dd commit 752dc6a

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/linters/.tflint.hcl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
rule "terraform_typed_variables" {
2+
enabled = false
3+
}
4+
5+
rule "terraform_module_version" {
6+
enabled = false
7+
}
8+
9+
rule "terraform_required_providers" {
10+
enabled = false
11+
}
12+
13+
rule "terraform_unused_declarations" {
14+
enabled = false
15+
}

.github/workflows/actionlint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
# VALIDATE_MARKDOWN: true
3737
# VALIDATE_NATURAL_LANGUAGE: true
3838
VALIDATE_POWERSHELL: true
39-
# VALIDATE_TERRAFORM_TFLINT: true
39+
# VALIDATE_TERRAFORM_FMT: true
40+
VALIDATE_TERRAFORM_TFLINT: true
4041
VALIDATE_YAML: true
4142
VALIDATE_PYTHON_PYLINT: true

EKS/FSxN-as-PVC-for-EKS/terraform/scripts/iscsi.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)