mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
fix: enable tflint module mode
This commit is contained in:
parent
0741c52808
commit
ecb6625a21
2 changed files with 8 additions and 1 deletions
7
.github/linters/.tflint.hcl
vendored
Normal file
7
.github/linters/.tflint.hcl
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
config {
|
||||||
|
module = true
|
||||||
|
}
|
||||||
|
|
||||||
|
plugin "aws" {
|
||||||
|
enabled = true
|
||||||
|
}
|
|
@ -287,7 +287,7 @@ function LintCodebase() {
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "${DIR_NAME}" || exit
|
cd "${DIR_NAME}" || exit
|
||||||
terraform get 2>&1
|
terraform get
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue