Commit graph

26 commits

Author SHA1 Message Date
Maksym Vlasov
7b11401863
feat: Add terraform_docs hook settings (#245) 2021-10-15 14:26:23 +02:00
Maksym Vlasov
25cddd9880
feat: Add support for specify terraform-docs config file (#244) 2021-10-15 14:19:41 +02:00
Sergei Ivanov
ff54bb44aa
fix: remove dead code from terraform-docs script (#229) 2021-09-20 15:46:36 +02:00
Anton Babenko
d303bff1f9
feat: Make terraform_validate to run init if necessary (#158) 2020-11-02 21:44:54 +01:00
Evan Stoddard
d773f4ad79
fix: Fix regex considering terraform-docs v0.10.0 old (#151) 2020-09-24 21:44:05 +02:00
Matias Zilli
81770aa0fa
fix: make terraform_docs Windows compatible (#129) 2020-09-24 11:37:08 +02:00
Sergei Ivanov
f2cab31bc4
fix: Correctly handle arrays in terraform_docs.sh (#141) 2020-09-07 15:50:57 +02:00
Robin Bowes
6c77a6cdc9
fix: Squash terraform_docs bug (#138) 2020-08-28 09:03:38 +02:00
Robin Bowes
1d8af371d4
chore: Use lib_getopt for all hooks and some style tweaks (#137) 2020-08-27 21:55:28 +02:00
Khosrow Moossavi
994653c507
docs: Update terraform-docs link pointing to new organization (#130) 2020-08-19 12:06:55 +02:00
Sergei Ivanov
b0d4a68b89
Allow passing multiple args to terraform-docs (#98) 2020-04-04 07:55:01 +02:00
Anton Babenko
2ebb28ad16
Fixed exit code for terraform 0.11 branch in terraform_docs (#94) 2020-02-21 13:47:04 +01:00
Anton Babenko
1e5b3af0d2
Added shfmt to autoformat shell scripts (#86) 2020-01-21 11:54:13 +01:00
Konstantin Kirpichnikov
b99e3500e1 Added support for terraform-docs 0.8.0 with proper support for Terraform 0.12 syntax (bye-bye awk) (#85) 2020-01-21 11:19:46 +01:00
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