File tree 8 files changed +11
-11
lines changed
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ Note that this example may create resources which will incur monetary charges on
23
23
| Name | Version |
24
24
| ------| ---------|
25
25
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
26
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.21 |
26
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.30 |
27
27
28
28
## Providers
29
29
30
30
| Name | Version |
31
31
| ------| ---------|
32
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.21 |
32
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.30 |
33
33
34
34
## Modules
35
35
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.21 "
7
+ version = " >= 5.30 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Note that this example may create resources which will incur monetary charges on
22
22
| Name | Version |
23
23
| ------| ---------|
24
24
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
25
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.21 |
25
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.30 |
26
26
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
27
27
28
28
## Providers
29
29
30
30
| Name | Version |
31
31
| ------| ---------|
32
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.21 |
32
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.30 |
33
33
| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
34
34
35
35
## Modules
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.21 "
7
+ version = " >= 5.30 "
8
8
}
9
9
random = {
10
10
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Note that this example may create resources which will incur monetary charges on
22
22
| Name | Version |
23
23
| ------| ---------|
24
24
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
25
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.21 |
25
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.30 |
26
26
| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | >= 3.0 |
27
27
28
28
## Providers
29
29
30
30
| Name | Version |
31
31
| ------| ---------|
32
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.21 |
32
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.30 |
33
33
| <a name =" provider_null " ></a > [ null] ( #provider\_ null ) | >= 3.0 |
34
34
35
35
## Modules
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.21 "
7
+ version = " >= 5.30 "
8
8
}
9
9
null = {
10
10
source = " hashicorp/null"
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.21 "
7
+ version = " >= 5.30 "
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.21 "
7
+ version = " >= 5.30 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments