mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
docs: Fix README tflint example (#428)
This commit is contained in:
parent
deb84bbb86
commit
7317961a9f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue