File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ To avoid scanning of the files in the S3 bucket (meaning additional S3 api reque
51
51
| <a name =" module_plex_autoscaling " ></a > [ plex\_ autoscaling] ( #module\_ plex\_ autoscaling ) | terraform-aws-modules/autoscaling/aws | ~ > 6.5 |
52
52
| <a name =" module_s3_plex_db " ></a > [ s3\_ plex\_ db] ( #module\_ s3\_ plex\_ db ) | terraform-aws-modules/s3-bucket/aws | ~ > 3.3 |
53
53
| <a name =" module_s3_plex_storage " ></a > [ s3\_ plex\_ storage] ( #module\_ s3\_ plex\_ storage ) | terraform-aws-modules/s3-bucket/aws | ~ > 3.3 |
54
- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 3.14 |
54
+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.9 |
55
55
56
56
## Resources
57
57
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
required_providers {
4
4
aws = {
5
5
source = " hashicorp/aws"
6
- version = " ~> 4.30"
6
+ version = " >= 4.30"
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change 1
1
module "vpc" {
2
2
source = " terraform-aws-modules/vpc/aws"
3
- version = " ~> 3.14 "
3
+ version = " ~> 5.9 "
4
4
5
5
name = " plex"
6
6
You can’t perform that action at this time.
0 commit comments