Commit graph

12 commits

Author SHA1 Message Date
Thierno IB. BARRY
76969eab80 move terraform-docs args after markdown command (#83) 2020-01-13 11:40:35 +01:00
cytopia
6ffc42a4b5 Fixes #65: terraform-docs should not fail if complex types contain 'description' keyword (#73) 2019-11-02 12:15:33 +01:00
Anton Babenko
83629157c2 Fixed enquoted types in terraform_docs (fixed #52) 2019-06-25 14:36:23 +02:00
Anton Babenko
c9ecd72f5f Add slash to mktemp dir (fixed #50) 2019-06-18 21:17:57 +02:00
Anton Babenko
10854fcfa2 Fixed awk script for terraform-docs (kudos @cytopia) and mktemp on Mac (closes #47, #48, #49) 2019-06-18 13:58:49 +02:00
Anton Babenko
8cddce38b0
Added support for terraform_docs for Terraform 0.12 (#45) 2019-06-17 12:47:06 +02:00
Martin Etmajer
fbdd40ac8f Add feature to pass options to terraform-docs. 2018-11-13 12:30:06 +01:00
jeremy avnet
2d3782cefa Replace terraform_docs use of GNU sed with perl (#15)
* Fix ShellCheck warning 2219

https://github.com/koalaman/shellcheck/wiki/SC2219

* Replace GNU sed commands with perl

This replaces the sed commands which required GNU sed be installed with
perl versions. This should make this script more universally usable
(e.g., on macOS) without installing additional tools.
2018-05-20 12:10:28 +02:00
jeremy avnet
6b06683c0d Fixes use of md5 for tempfile name (#16) 2018-05-20 10:00:34 +02:00
Anton Babenko
091f8b15d7 Run terraform_docs only if README.md is present 2018-05-16 21:58:40 +02:00
Anton Babenko
8e03aec3d5 Run terraform_docs only if README.md is present 2018-05-16 21:57:49 +02:00
Anton Babenko
97a668640d
Added terraform-docs integration (#13)
* Add hook to create readme

* Updated README
2018-05-16 20:04:48 +02:00