File tree Expand file tree Collapse file tree 5 files changed +113
-95
lines changed Expand file tree Collapse file tree 5 files changed +113
-95
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@master
27
27
- name : Install Deps
28
- run : brew install pre-commit terraform-docs terraform
28
+ run : brew update && brew install pre-commit terraform-docs terraform
29
29
- name : Check Docs
30
30
run : pre-commit run --show-diff-on-failure --all-files terraform_docs
31
31
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : git://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.22 .0
3
+ rev : v1.24 .0
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_docs
7
- args : [--args=--with-aggregate-type-defaults --no-escape]
8
7
- id : terraform_validate
9
8
- id : terraform_tflint
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
- Include ability to configure custom os-specific command for waiting until kube cluster is healthy (@sanjeevgiri )
13
13
- Disable creation of ingress rules if worker nodes security groups are exists (@andjelx )
14
+ - [ CI] Update pre-commit and re-generate docs to work with terraform-docs >= 0.8.1 (@barryib )
14
15
15
16
# History
16
17
You can’t perform that action at this time.
0 commit comments