Skip to content

Commit

Permalink
add terraform-docs without escapce hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierno BARRY committed Jan 9, 2020
1 parent b91390c commit 0918570
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
files: (\.tf)$
exclude: \.terraform\/.*$

- id: terraform_docs_without_escapce
name: Terraform docs (without escape)
description: Inserts input and output documentation into README.md (using terraform-docs).
require_serial: true
entry: terraform_docs.sh
args: [--args=--with-aggregate-type-defaults --no-escape]
language: script
files: (\.tf)$
exclude: \.terraform\/.*$

- id: terraform_docs_without_aggregate_type_defaults
name: Terraform docs (without aggregate type defaults)
description: Inserts input and output documentation into README.md (using terraform-docs).
Expand Down

0 comments on commit 0918570

Please sign in to comment.