Closed gdavison closed 6 months ago
related: https://github.com/terraform-linters/tflint/issues/1181 could do similar to https://github.com/aws-cloudformation/cfn-lint/pull/2246
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
The
tflint
tool has moved provider-specific rulesets to plugins, such astflint-ruleset-aws
. While thetflint
core can be upgraded using Dependabot, there is no equivalent tracking for the plugins.Add a GitHub Action to check for a new version and create a new PR
Relates #23303