Skip to content

Commit

Permalink
docs: Fix README tflint example (antonbabenko#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranV authored Sep 1, 2022
1 parent deb84bb commit 7317961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 7317961

Please sign in to comment.