This repository was archived by the owner on Jul 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v3.2 .0
3+ rev : v3.3 .0
44 hooks :
55 - id : check-added-large-files
66 args : ['--maxkb=500']
1818 args : ['--allow-missing-credentials']
1919 - id : trailing-whitespace
2020- repo : git://github.com/antonbabenko/pre-commit-terraform
21- rev : v1.31 .0
21+ rev : v1.44 .0
2222 hooks :
2323 - id : terraform_fmt
2424 - id : terraform_docs
25- - id : terraform_tflint
25+ - id : terraform_tflint
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [LinkedIn](http
4242
4343| Name | Version |
4444| ------| ---------|
45- | terraform | >= 0.12.6, < 0.14 |
46- | aws | >= 2.45, < 4.0 |
45+ | terraform | >= 0.12.6 |
46+ | aws | >= 2.45 |
4747
4848## Providers
4949
5050| Name | Version |
5151| ------| ---------|
52- | aws | >= 2.45, < 4.0 |
52+ | aws | >= 2.45 |
5353
5454## Inputs
5555
@@ -113,4 +113,4 @@ brew install pre-commit terraform-docs tflint
113113
114114brew tap git-chglog/git-chglog
115115brew install git-chglog
116- ```
116+ ```
Original file line number Diff line number Diff line change 11terraform {
2- required_version = " >= 0.12.6, < 0.14 "
2+ required_version = " >= 0.12.6"
33
44 required_providers {
5- aws = " >= 2.45, < 4.0 "
5+ aws = " >= 2.45"
66 }
77}
You can’t perform that action at this time.
0 commit comments