File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.76 .0
3
+ rev : v1.77 .0
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_wrapper_module_for_each
24
24
- ' --args=--only=terraform_standard_module_structure'
25
25
- ' --args=--only=terraform_workspace_remote'
26
26
- repo : https://github.com/pre-commit/pre-commit-hooks
27
- rev : v4.3 .0
27
+ rev : v4.4 .0
28
28
hooks :
29
29
- id : check-merge-conflict
30
30
- id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -170,13 +170,13 @@ module "acm" {
170
170
| Name | Version |
171
171
| ------| ---------|
172
172
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
173
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.12 |
173
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.40 |
174
174
175
175
## Providers
176
176
177
177
| Name | Version |
178
178
| ------| ---------|
179
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.12 |
179
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.40 |
180
180
181
181
## Modules
182
182
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 4.12 "
7
+ version = " >= 4.40 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments