File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ In order to run all checks at any point run the following command:
35
35
| Name | Version |
36
36
| ------| ---------|
37
37
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13 |
38
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.74 |
38
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4 |
39
39
40
40
## Providers
41
41
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
required_providers {
4
4
aws = {
5
5
source = " hashicorp/aws"
6
- version = " >= 3.74 "
6
+ version = " >= 4 "
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
required_providers {
4
4
aws = {
5
5
source = " hashicorp/aws"
6
- version = " >= 3.74 "
6
+ version = " >= 4 "
7
7
}
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments