Commit graph

463 commits

Author SHA1 Message Date
Anton Babenko
c9ecd72f5f Add slash to mktemp dir (fixed #50) 2019-06-18 21:17:57 +02:00
Anton Babenko
59ffa65527 Updated CHANGELOG 2019-06-18 14:00:29 +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
Leonhardt Wille
d678da9810 Fix version in README.md (#46) 2019-06-17 14:01:24 +02:00
Anton Babenko
060249f2fe Updated CHANGELOG 2019-06-17 13:12:16 +02:00
Paweł Szczepaniak
35e0356188 Upgraded to work with Terraform >= 0.12 (#44) 2019-06-17 13:09:31 +02:00
Anton Babenko
9300d0f194 Updated CHANGELOG 2019-06-17 12:47:58 +02:00
Anton Babenko
8cddce38b0
Added support for terraform_docs for Terraform 0.12 (#45) 2019-06-17 12:47:06 +02:00
Anton Babenko
dbf91086f3 Updated CHANGELOG 2019-05-27 09:34:00 -07:00
Anton Babenko
5725b11b55
Added note about incompatibility of terraform-docs with Terraform 0.12 (#41) 2019-05-27 09:33:32 -07:00
Anton Babenko
418a5ec782
Fixed broken "maintained badge" 2019-04-06 21:19:39 +02:00
Guido Dobboletta
249c02bb64 Update README.md (#36) 2019-03-05 09:16:55 +01:00
Anton Babenko
7eb9ca3f2f Updated changelog 2019-03-01 09:49:34 +01:00
Tyler Christiansen
a3771b5119 fix check for errors at the end (#35) 2019-03-01 09:48:50 +01:00
Anton Babenko
2c842d9461 Bump new version 2019-02-21 09:43:31 +01:00
Josiah Halme
beb4a67753 Add exit code for 'terraform validate' so pre-commit check fails (#34) 2019-02-21 09:38:50 +01:00
Anton Babenko
66214dcc4b Added CHANGELOG.md 2019-02-18 18:52:46 +01:00
Anton Babenko
bc0e68bfd3 Added chglog (hi @robinbowes :)) 2019-02-18 18:52:10 +01:00
Anton Babenko
175000320b
Merge pull request #33 from chrisgilmerproj/run_terraform_docs_in_serial
Require terraform-docs runs in serial
2019-02-18 18:38:45 +01:00
Chris Gilmer
57d924d5d4 Require terraform-docs runs in serial to avoid pre-commit doing parallel operations on similar file paths 2019-02-08 15:24:06 -08:00
Anton Babenko
3cdf8ecd62
Merge pull request #30 from RothAndrew/feature/fix_issue_29
Fix bug not letting terraform_docs_replace work in the root directory…
2018-12-15 09:40:31 +01:00
rothandrew
15c9f394d3 Fix bug not letting terraform_docs_replace work in the root directory of a repo 2018-12-14 17:13:34 -05:00
Anton Babenko
a52b507a18
Merge pull request #27 from RothAndrew/feature/new_hook
Add new hook for running terraform-docs which will replace content of README.md (using Python)
2018-12-14 22:24:41 +01:00
rothandrew
fe3ba02d25 fix typo 2018-12-14 16:19:54 -05:00
rothandrew
d3fe87daea Address requested changes 2018-12-14 16:16:42 -05:00
rothandrew
cbd26b20c7 Add --dest argument 2018-12-14 13:40:54 -05:00
rothandrew
debe93a82b Address requested changes 2018-12-14 09:23:54 -05:00
rothandrew
9aa971c069 Add new hook for running terraform-docs with replacing README.md from doc in main.tf 2018-12-13 22:29:59 -05:00
Anton Babenko
7acd99eeb7 Merge remote-tracking branch 'origin/master' into pr25 2018-12-11 20:22:07 +01:00
Anton Babenko
e2760caf8d Added followup after #25 2018-12-11 20:21:49 +01:00
Anton Babenko
2b71d4b3bb
Merge pull request #25 from getcloudnative/feat-pass-terraform-docs-opts
Add feature to pass options to terraform-docs.
2018-12-11 20:21:40 +01:00
Martin Etmajer
fbdd40ac8f Add feature to pass options to terraform-docs. 2018-11-13 12:30:06 +01:00
Anton Babenko
b7c50947b0 Added license file (fixed #21) 2018-07-10 11:28:43 +02:00
Anton Babenko
8dd603be09 Updated README 2018-05-24 22:12:04 +02:00
Robin Bowes
69039c3a8c Only run validate if .tf files exist in the directory. (#20)
* Only run validate if .tf files exist in the directory.

* Same fix, different script :)
2018-05-24 22:10:49 +02: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
Anton Babenko
41d4951aff
Allow to have spaces in directories (#11) 2018-04-21 11:22:47 +02:00
Anton Babenko
e6267fd150 Bump new version 2018-03-06 13:59:22 +01:00
Anton Babenko
b0d43204ca
Format tfvars files explicitely, because terraform fmt ignores them (#9) 2018-03-06 13:58:03 +01:00
Anton Babenko
c6f81e3730 Updated readme 2018-01-24 15:46:37 +01:00
Anton Babenko
b9a885160a Show failed path 2018-01-24 14:03:15 +01:00
Anton Babenko
93394c482a Show failed path 2018-01-24 13:57:41 +01:00
Anton Babenko
97769abeb3 Show failed path 2018-01-24 13:48:44 +01:00
Anton Babenko
e220e169ca Updated scripts 2018-01-24 13:34:34 +01:00
Anton Babenko
5f3ac96d44 Added scripts to validate terraform files 2018-01-24 12:13:51 +01:00
Anton Babenko
70b77dcf32 Added badges 2018-01-15 16:27:01 +01:00