tflint-plugin-sdk icon indicating copy to clipboard operation
tflint-plugin-sdk copied to clipboard

Rule deprecation interface

Open wata727 opened this issue 1 year ago • 0 comments

See https://github.com/terraform-linters/tflint-ruleset-aws/pull/639#pullrequestreview-2123946410

A ruleset developer may wish to deprecate a rule and encourage migration to a new rule. The current SDK does not provide a way to effectively warn end users that they are using a deprecated rule.

The goal is to provide a mechanism for ruleset developers to mark rules as deprecated, possibly by extending the Rule interface.

wata727 avatar Jun 19 '24 16:06 wata727