Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFLint --deep argument #71

Closed
benmontour-wf opened this issue Oct 14, 2019 · 1 comment
Closed

TFLint --deep argument #71

benmontour-wf opened this issue Oct 14, 2019 · 1 comment

Comments

@benmontour-wf
Copy link

I'd like to see the tflint pre-commit script have --deep be an optional argument rather than the default. I believe --deep only works with AWS and causes issues if you attempt to run it for GCP or Azure infrastructure.

@antonbabenko
Copy link
Owner

v1.21.0 of this module has been just released.

It is now possible to specify it like this:

    - id: terraform_tflint
      args: ['--deep']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants