File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ Examples codified under the [`examples`](https://github.com/terraform-aws-module
119
119
| Name | Version |
120
120
| ------| ---------|
121
121
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
122
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.32 |
122
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.35 |
123
123
124
124
## Providers
125
125
126
126
| Name | Version |
127
127
| ------| ---------|
128
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.32 |
128
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.35 |
129
129
130
130
## Modules
131
131
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ Note that this example may create resources which will incur monetary charges on
24
24
| Name | Version |
25
25
| ------| ---------|
26
26
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
27
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.32 |
27
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.35 |
28
28
29
29
## Providers
30
30
31
31
| Name | Version |
32
32
| ------| ---------|
33
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.32 |
33
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.35 |
34
34
35
35
## Modules
36
36
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 = " >= 5.32 "
7
+ version = " >= 5.35 "
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 = " >= 5.32 "
7
+ version = " >= 5.35 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments