v1.17.0 - 2019-06-25
- Fixed enquoted types in terraform_docs (fixed #52)
v1.16.0 - 2019-06-18
- Updated CHANGELOG
- Add slash to mktemp dir (fixed #50)
v1.15.0 - 2019-06-18
- Updated CHANGELOG
- Fixed awk script for terraform-docs (kudos @cytopia) and mktemp on Mac (closes #47, #48, #49)
- Fix version in README.md (#46)
v1.14.0 - 2019-06-17
- Updated CHANGELOG
- Upgraded to work with Terraform >= 0.12 (#44)
v1.13.0 - 2019-06-17
- Updated CHANGELOG
- Added support for terraform_docs for Terraform 0.12 (#45)
v1.12.0 - 2019-05-27
- Updated CHANGELOG
- Added note about incompatibility of terraform-docs with Terraform 0.12 (#41)
- Fixed broken "maintained badge"
- Update README.md (#36)
v1.11.0 - 2019-03-01
- Updated changelog
- fix check for errors at the end (#35)
v1.10.0 - 2019-02-21
- Bump new version
- Add exit code for 'terraform validate' so pre-commit check fails (#34)
v1.9.0 - 2019-02-18
- Added CHANGELOG.md
- Added chglog (hi @robinbowes :))
- Merge pull request #33 from chrisgilmerproj/run_terraform_docs_in_serial
- Require terraform-docs runs in serial to avoid pre-commit doing parallel operations on similar file paths
v1.8.1 - 2018-12-15
- Merge pull request #30 from RothAndrew/feature/fix_issue_29
- Fix bug not letting terraform_docs_replace work in the root directory of a repo
v1.8.0 - 2018-12-14
- Merge pull request #27 from RothAndrew/feature/new_hook
- fix typo
- Address requested changes
- Add
--dest
argument - Address requested changes
- Add new hook for running terraform-docs with replacing README.md from doc in main.tf
v1.7.4 - 2018-12-11
- Merge remote-tracking branch 'origin/master' into pr25
- Added followup after #25
- Merge pull request #25 from getcloudnative/feat-pass-terraform-docs-opts
- Add feature to pass options to terraform-docs.
- Added license file (fixed #21)
v1.7.3 - 2018-05-24
- Updated README
- Only run validate if .tf files exist in the directory. (#20)
v1.7.2 - 2018-05-20
v1.7.1 - 2018-05-16
- Run terraform_docs only if README.md is present
- Run terraform_docs only if README.md is present
v1.7.0 - 2018-05-16
- Added terraform-docs integration (#13)
v1.6.0 - 2018-04-21
- Allow to have spaces in directories (#11)
v1.5.0 - 2018-03-06
- Bump new version
- Format tfvars files explicitely, because terraform fmt ignores them (#9)
v1.4.0 - 2018-01-24
- Updated readme
- Show failed path
- Show failed path
- Show failed path
- Updated scripts
- Added scripts to validate terraform files
v1.3.0 - 2018-01-15
- Added badges
- Added formatting for tfvars (fixes #4) (#6)
- Merge pull request #5 from schneems/schneems/codetriage-badge
- [ci skip] Get more Open Source Helpers
v1.2.0 - 2017-06-08
- Renamed shell script file to the correct one
- Updated .pre-commit-hooks.yaml
- Updated sha in README
- Merge pull request #3 from pecigonzalo/master
- Exclude .terraform even on subfolders
v1.1.0 - 2017-02-04
- Copied to .pre-commit-hooks.yaml for compatibility (closes #1)
- Updated README
- Ready, probably :)
- Initial commit
- Initial commit