Skip to content

Commit

Permalink
fix: trigger terraform-docs on changes in lock files (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-ivanov authored Sep 17, 2021
1 parent 4faee7b commit b67dbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require_serial: true
entry: terraform_docs.sh
language: script
files: (\.tf)$
files: (\.tf|\.terraform\.lock\.hcl)$
exclude: \.terraform\/.*$

- id: terraform_docs_without_aggregate_type_defaults
Expand Down

0 comments on commit b67dbd9

Please sign in to comment.