Tags: cc-nadzir/pre-commit-terraform
Tags
2019-02-18T17:53:05Z 66214dc Added CHANGELOG.md bc0e68b Added chglog (hi @robinbowes :)) 1750003 Merge pull request antonbabenko#33 from chrisgilmerproj/run_terraform_docs_in_serial 57d924d Require terraform-docs runs in serial to avoid pre-commit doing parallel operations on similar file paths
Merge pull request antonbabenko#30 from RothAndrew/feature/fix_issue_29 Fix bug not letting terraform_docs_replace work in the root directory…
Merge pull request antonbabenko#27 from RothAndrew/feature/new_hook Add new hook for running terraform-docs which will replace content of README.md (using Python)
Replace terraform_docs use of GNU sed with perl (antonbabenko#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.
Added terraform-docs integration (antonbabenko#13) * Add hook to create readme * Updated README