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

Tags: ecneladis/pre-commit-terraform

Tags

v1.11.0

Toggle v1.11.0's commit message
2019-03-01T08:49:59Z

7eb9ca3 Updated changelog
a3771b5 fix check for errors at the end (antonbabenko#35)

v1.10.0

Toggle v1.10.0's commit message
2019-02-21T08:46:27Z

2c842d9 Bump new version
beb4a67 Add exit code for 'terraform validate' so pre-commit check fails (antonbabenko#34)

v1.9.0

Toggle v1.9.0's commit message
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

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