terraform_tflint supports custom arguments so you can enable module inspection, enable / disable rules, etc. Example: - id: terraform_tflint args: - --args=--module - --args=--enable-rule=terraform_documented_variables When you have multiple directories and want to run tflint in all of...