Open
Description
Hi!
I just saw the warning regarding the aws bundled plugin deprecation and I started my migration to the .tflint.hcl
way of defining plugins. I was surprised to find versioning implemented in a very strict way.
There is no support for setting latest
or using something like >= 0.3
. Dependabot does not support tflint
, so this will lead to a lot of manual version bumping. I, like a lot of other users, want to always run with the latest and full ruleset available.
Any chance tflint
can get full versioning support, just like Terraform has? If not, any chance for a latest
version as a workaround?