File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,13 +107,13 @@ ordered_cache_behavior = [{
107
107
| Name | Version |
108
108
| ------| ---------|
109
109
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
110
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.29 |
110
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.12.0 |
111
111
112
112
## Providers
113
113
114
114
| Name | Version |
115
115
| ------| ---------|
116
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.29 |
116
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.12.0 |
117
117
118
118
## Modules
119
119
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.29 "
7
+ version = " >= 5.12.0 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments