mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: trigger terraform-docs on changes in lock files (#228)
This commit is contained in:
parent
4faee7b12b
commit
b67dbd9049
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
require_serial: true
|
require_serial: true
|
||||||
entry: terraform_docs.sh
|
entry: terraform_docs.sh
|
||||||
language: script
|
language: script
|
||||||
files: (\.tf)$
|
files: (\.tf|\.terraform\.lock\.hcl)$
|
||||||
exclude: \.terraform\/.*$
|
exclude: \.terraform\/.*$
|
||||||
|
|
||||||
- id: terraform_docs_without_aggregate_type_defaults
|
- id: terraform_docs_without_aggregate_type_defaults
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue