Open
Description
See terraform-linters/tflint-ruleset-aws#639 (review)
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.