Added followup after #25

This commit is contained in:
Anton Babenko 2018-12-11 20:21:49 +01:00
commit e2760caf8d
4 changed files with 77 additions and 14 deletions

View file

@ -10,6 +10,15 @@
name: Terraform docs
description: Inserts input and output documentation into README.md (using terraform-docs).
entry: terraform_docs.sh
args: [--args=--with-aggregate-type-defaults]
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).
entry: terraform_docs.sh
language: script
files: (\.tf)$
exclude: \.terraform\/.*$