chore: Fix README (#387)

This commit is contained in:
Maksym Vlasov 2022-05-18 19:00:39 +03:00 committed by GitHub
commit 5e927033d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -416,6 +416,7 @@ Unlike most other hooks, this hook triggers once if there are any changed files
- id: terraform_docs - id: terraform_docs
args: args:
- --args=--config=.terraform-docs.yml - --args=--config=.terraform-docs.yml
```
Note: Avoid use `recursive.enabled: true` in config file, that can cause unexpected behavior. Note: Avoid use `recursive.enabled: true` in config file, that can cause unexpected behavior.