diff --git a/.github/linters/.tflint.hcl b/.github/linters/.tflint.hcl new file mode 100644 index 00000000..f5cfdb77 --- /dev/null +++ b/.github/linters/.tflint.hcl @@ -0,0 +1,7 @@ +config { + module = true +} + +plugin "aws" { + enabled = true +} diff --git a/lib/functions/worker.sh b/lib/functions/worker.sh index 3f36d702..0ff89893 100755 --- a/lib/functions/worker.sh +++ b/lib/functions/worker.sh @@ -287,7 +287,7 @@ function LintCodebase() { ( cd "${DIR_NAME}" || exit - terraform get 2>&1 + terraform get ) fi