[Feature Request] - Enable deep_check
via Environment Variable
#410
brendanjerwin
started this conversation in
Ideas
Replies: 1 comment
-
In our shop, we don't allow the credentials used by Terraform to be used on workstations. But I'd still like to have tflint integrated with my editor. As it is, I can't use the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to only enable the
deep_check
feature when running tflint in CI so that I'm not forced to have AWS credentials on any workstation being used to edit .tf files.Perhaps:
export TFLINT_AWS_DEEP_CHECK=1
Beta Was this translation helpful? Give feedback.
All reactions