Enforce unique descriptions for variable
and output
blocks
#112
evairmarinho
started this conversation in
Ideas
Replies: 1 comment
-
This would fit fine as a feature of the existing variable rule. Some of the the rules could really use a rename. Like the rule name should be I'll rename and deprecate a bunch of rules in one batch. Happy to review a PR adding the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Terraform, is common copy and paste variables, only changing the type and the alias.
Example:
Crating a new variable for db password:
New rule for tflint
tflint --only=terraform_documented_variables_with_different_description [Warning] Same description of terraform variables in variables.tf
Beta Was this translation helpful? Give feedback.
All reactions