File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
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 @@ -68,14 +68,14 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [linkedin](http
68
68
69
69
| Name | Version |
70
70
| ------| ---------|
71
- | terraform | >= 0.12.6, < 0.14 |
72
- | aws | >= 2.41, < 4.0 |
71
+ | terraform | >= 0.12.6 |
72
+ | aws | >= 2.41 |
73
73
74
74
## Providers
75
75
76
76
| Name | Version |
77
77
| ------| ---------|
78
- | aws | >= 2.41, < 4.0 |
78
+ | aws | >= 2.41 |
79
79
80
80
## Inputs
81
81
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