File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ This module outputs commands and PGP messages which can be decrypted either usin
24
24
| Name | Version |
25
25
| ------| ---------|
26
26
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.12.6 |
27
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.1.0 |
27
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 2.50 |
28
28
29
29
## Providers
30
30
31
31
| Name | Version |
32
32
| ------| ---------|
33
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.1.0 |
33
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 2.50 |
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 = " >= 4.1.0 "
7
+ version = " >= 2.50 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments