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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v3.2 .0
3
+ rev : v3.3 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=500']
18
18
args : ['--allow-missing-credentials']
19
19
- id : trailing-whitespace
20
20
- repo : git://github.com/antonbabenko/pre-commit-terraform
21
- rev : v1.31 .0
21
+ rev : v1.44 .0
22
22
hooks :
23
23
- id : terraform_fmt
24
24
- 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
42
42
43
43
| Name | Version |
44
44
| ------| ---------|
45
- | terraform | >= 0.12.6, < 0.14 |
46
- | aws | >= 2.41, < 4.0 |
45
+ | terraform | >= 0.12.6 |
46
+ | aws | >= 2.41 |
47
47
48
48
## Providers
49
49
50
50
| Name | Version |
51
51
| ------| ---------|
52
- | aws | >= 2.41, < 4.0 |
52
+ | aws | >= 2.41 |
53
53
54
54
## Inputs
55
55
@@ -96,4 +96,4 @@ brew install pre-commit terraform-docs tflint
96
96
97
97
brew tap git-chglog/git-chglog
98
98
brew install git-chglog
99
- ```
99
+ ```
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 0.12.6, < 0.14 "
2
+ required_version = " >= 0.12.6"
3
3
4
4
required_providers {
5
- aws = " >= 2.41, < 4.0 "
5
+ aws = " >= 2.41"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments