File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ To avoid scanning of the files in the S3 bucket (meaning additional S3 api reque
48
48
49
49
| Name | Source | Version |
50
50
| ------| --------| ---------|
51
- | <a name =" module_plex_autoscaling " ></a > [ plex\_ autoscaling] ( #module\_ plex\_ autoscaling ) | terraform-aws-modules/autoscaling/aws | ~ > 6.5 |
51
+ | <a name =" module_plex_autoscaling " ></a > [ plex\_ autoscaling] ( #module\_ plex\_ autoscaling ) | terraform-aws-modules/autoscaling/aws | ~ > 7.7 |
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
54
| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.9 |
Original file line number Diff line number Diff line change 1
1
module "plex_autoscaling" {
2
2
source = " terraform-aws-modules/autoscaling/aws"
3
- version = " ~> 6.5 "
3
+ version = " ~> 7.7 "
4
4
5
5
name = " plex"
6
6
use_name_prefix = true
You can’t perform that action at this time.
0 commit comments