fix: enable tflint module mode

This commit is contained in:
Colwyn Fritze-Moor 2022-02-15 11:15:44 -08:00 committed by Brett Logan
parent 0741c52808
commit ecb6625a21
2 changed files with 8 additions and 1 deletions

7
.github/linters/.tflint.hcl vendored Normal file
View file

@ -0,0 +1,7 @@
config {
module = true
}
plugin "aws" {
enabled = true
}

View file

@ -287,7 +287,7 @@ function LintCodebase() {
(
cd "${DIR_NAME}" || exit
terraform get 2>&1
terraform get
)
fi