How to run tflint without a .tflint file? #2429
mschultz-aofl
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Add the plugins you want to use to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, previously we were using tflint-bundle and I didn't realize it was deprecated until now (it honestly just kept working until I upgraded terraform and started using provider functions). I'm trying to move to tflint in our CI pipelines that are used everywhere - previously by using the bundle, we were able to not have to add a file in each repo which was really nice. What's the way to achieve that same behavior? I'm currently running
which doesn't seem to be correct.
Beta Was this translation helpful? Give feedback.
All reactions