terraform-linters / tflint-plugin-sdk

Experimental: TFLint plugin SDK for building custom rules
Mozilla Public License 2.0
18 stars 14 forks source link

Rule deprecation interface #331

Open wata727 opened 3 weeks ago

wata727 commented 3 weeks ago

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.