File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,13 @@ Examples codified under the [`examples`](https://github.com/terraform-aws-module
147
147
| Name | Version |
148
148
| ------| ---------|
149
149
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.5.7 |
150
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6.0 |
150
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6.11 |
151
151
152
152
## Providers
153
153
154
154
| Name | Version |
155
155
| ------| ---------|
156
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6.0 |
156
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6.11 |
157
157
158
158
## Modules
159
159
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ Note that this example may create resources which will incur monetary charges on
25
25
| Name | Version |
26
26
| ------| ---------|
27
27
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.5.7 |
28
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6.0 |
28
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6.11 |
29
29
30
30
## Providers
31
31
32
32
| Name | Version |
33
33
| ------| ---------|
34
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6.0 |
34
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6.11 |
35
35
36
36
## Modules
37
37
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 = " >= 6.0 "
7
+ version = " >= 6.11 "
8
8
}
9
9
}
10
10
}
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 = " >= 6.0 "
7
+ version = " >= 6.11 "
8
8
}
9
9
}
10
10
}
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 = " >= 6.0 "
7
+ version = " >= 6.11 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments