Remote .tflint.hcl
configs
#1720
Replies: 2 comments
-
In tfsec there is an implementation of this via CLI, via the parameter Ref of implementation: https://github.com/aquasecurity/tfsec/blob/master/internal/app/tfsec/cmd/flags.go . Search for |
Beta Was this translation helpful? Give feedback.
-
I don't dislike the idea, but I'm concerned about compatibility with lockfile. See #1634 For now, if you're using GitHub Actions, you can use tflint-load-config-action. |
Beta Was this translation helpful? Give feedback.
-
I would love to have a common centralized
.tflint.hcl
for all my Terraform projects. TFlint could give the option to pull configuration from a remote git repository. However, I would like TFLint to be able to merge the "global" settings with specific settings for each Terraform project, in case it is necessary to enable or disable a rule.Beta Was this translation helpful? Give feedback.
All reactions