docs: Fix README tflint example (#428)

This commit is contained in:
LiranV 2022-09-01 09:59:39 +03:00 committed by GitHub
commit 7317961a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -553,14 +553,14 @@ Example:
### terraform_tflint
1. `terraform_tflint` supports custom arguments so you can enable module inspection, deep check mode, etc.
1. `terraform_tflint` supports custom arguments so you can enable module inspection, enable / disable rules, etc.
Example:
```yaml
- id: terraform_tflint
args:
- --args=--deep
- --args=--module
- --args=--enable-rule=terraform_documented_variables
```