这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: jwatson3d/pre-commit-terraform

Tags

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request antonbabenko#30 from RothAndrew/feature/fix_issue_29

Fix bug not letting terraform_docs_replace work in the root directory…

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

v1.7.4

Toggle v1.7.4's commit message
Merge remote-tracking branch 'origin/master' into pr25

v1.7.3

Toggle v1.7.3's commit message
Updated README

v1.7.2

Toggle v1.7.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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.

v1.7.1

Toggle v1.7.1's commit message
Run terraform_docs only if README.md is present

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added terraform-docs integration (antonbabenko#13)

* Add hook to create readme

* Updated README

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow to have spaces in directories (antonbabenko#11)

v1.5.0

Toggle v1.5.0's commit message
Bump new version

v1.4.0

Toggle v1.4.0's commit message
Updated readme