Replies: 1 comment
-
https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/calling-modules.md
Lines 61 to 64 in 23eb008 Remove |
Beta Was this translation helpful? Give feedback.
-
https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/calling-modules.md
Lines 61 to 64 in 23eb008 Remove |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are using tflint in our GitHub pipeline by running the following command:
--module --color --recursive -f compact
. The issue is that we are not able to runterraform init
beforehand, and if we runtflint --init
, this command expects that we runterraform init
first.Is it possible to run
tflint
without runningterraform init
?this is our
tflint.hcl
Beta Was this translation helpful? Give feedback.
All reactions