File tree Expand file tree Collapse file tree 14 files changed +34
-34
lines changed Expand file tree Collapse file tree 14 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ inputs = {
99
99
| Name | Version |
100
100
| ------| ---------|
101
101
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.12.26 |
102
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
102
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.28 |
103
103
104
104
## Providers
105
105
106
106
| Name | Version |
107
107
| ------| ---------|
108
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
108
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.28 |
109
109
110
110
## Modules
111
111
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ Note that this example may create resources which cost money. Run `terraform des
30
30
| Name | Version |
31
31
| ------| ---------|
32
32
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.12.26 |
33
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
34
- | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | ~ > 2 |
33
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.28 |
34
+ | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
35
35
36
36
## Providers
37
37
38
38
| Name | Version |
39
39
| ------| ---------|
40
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
41
- | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | ~ > 2 |
40
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.28 |
41
+ | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
42
42
43
43
## Modules
44
44
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_version = " >= 0.12.26"
3
3
4
4
required_providers {
5
- aws = " >= 3.0 "
6
- random = " ~> 2 "
5
+ aws = " >= 3.28 "
6
+ random = " >= 2.0 "
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ Note that this example may create resources which cost money. Run `terraform des
20
20
| Name | Version |
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.12.26 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
24
- | <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | >= 2 |
25
- | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.28 |
24
+ | <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | >= 2.0 |
25
+ | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
26
26
27
27
## Providers
28
28
29
29
| Name | Version |
30
30
| ------| ---------|
31
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
32
- | <a name =" provider_null " ></a > [ null] ( #provider\_ null ) | >= 2 |
33
- | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2 |
31
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.28 |
32
+ | <a name =" provider_null " ></a > [ null] ( #provider\_ null ) | >= 2.0 |
33
+ | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
34
34
35
35
## Modules
36
36
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ terraform {
2
2
required_version = " >= 0.12.26"
3
3
4
4
required_providers {
5
- aws = " >= 3.0 "
6
- random = " >= 2"
7
- null = " >= 2"
5
+ aws = " >= 3.28 "
6
+ random = " >= 2.0 "
7
+ null = " >= 2.0 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ Note that this example may create resources which cost money. Run `terraform des
20
20
| Name | Version |
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
24
- | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.28 |
24
+ | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
25
25
26
26
## Providers
27
27
28
28
| Name | Version |
29
29
| ------| ---------|
30
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
31
- | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2 |
30
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.28 |
31
+ | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
32
32
33
33
## Modules
34
34
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_version = " >= 0.13"
3
3
4
4
required_providers {
5
- aws = " >= 3.0 "
6
- random = " >= 2"
5
+ aws = " >= 3.28 "
6
+ random = " >= 2.0 "
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ Note that this example may create resources which cost money. Run `terraform des
22
22
| Name | Version |
23
23
| ------| ---------|
24
24
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.12.26 |
25
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
25
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.28 |
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 ) | >= 3.0 |
33
- | <a name =" provider_aws.replica " ></a > [ aws.replica] ( #provider\_ aws.replica ) | >= 3.0 |
32
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.28 |
33
+ | <a name =" provider_aws.replica " ></a > [ aws.replica] ( #provider\_ aws.replica ) | >= 3.28 |
34
34
| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
35
35
36
36
## Modules
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_version = " >= 0.12.26"
3
3
4
4
required_providers {
5
- aws = " >= 3.0 "
5
+ aws = " >= 3.28 "
6
6
random = " >= 2.0"
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ Creates S3 bucket notification resource with all supported types of deliveries:
8
8
| Name | Version |
9
9
| ------| ---------|
10
10
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.12.6 |
11
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
11
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.28 |
12
12
13
13
## Providers
14
14
15
15
| Name | Version |
16
16
| ------| ---------|
17
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
17
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.28 |
18
18
19
19
## Modules
20
20
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ terraform {
2
2
required_version = " >= 0.12.6"
3
3
4
4
required_providers {
5
- aws = " >= 3.0 "
5
+ aws = " >= 3.28 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ Creates S3 bucket objects with different configurations.
8
8
| Name | Version |
9
9
| ------| ---------|
10
10
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13 |
11
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
11
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.28 |
12
12
13
13
## Providers
14
14
15
15
| Name | Version |
16
16
| ------| ---------|
17
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
17
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.28 |
18
18
19
19
## Modules
20
20
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ terraform {
2
2
required_version = " >= 0.13"
3
3
4
4
required_providers {
5
- aws = " >= 3.0 "
5
+ aws = " >= 3.28 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ terraform {
2
2
required_version = " >= 0.12.26"
3
3
4
4
required_providers {
5
- aws = " >= 3.0 "
5
+ aws = " >= 3.28 "
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments