Commit graph

6 commits

Author SHA1 Message Date
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