Skip to content

Commit 73f826a

Browse files
chore(deps): update terraform-aws-modules/autoscaling/aws requirement from ~> 6.5 to ~> 7.7 (#10)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Volodymyr Zahorniak <v.zahorniak@gmail.com>
1 parent 0794ca8 commit 73f826a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To avoid scanning of the files in the S3 bucket (meaning additional S3 api reque
4848

4949
| Name | Source | Version |
5050
|------|--------|---------|
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 |
5252
| <a name="module_s3_plex_db"></a> [s3\_plex\_db](#module\_s3\_plex\_db) | terraform-aws-modules/s3-bucket/aws | ~> 3.3 |
5353
| <a name="module_s3_plex_storage"></a> [s3\_plex\_storage](#module\_s3\_plex\_storage) | terraform-aws-modules/s3-bucket/aws | ~> 3.3 |
5454
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 5.9 |

autoscaling.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "plex_autoscaling" {
22
source = "terraform-aws-modules/autoscaling/aws"
3-
version = "~> 6.5"
3+
version = "~> 7.7"
44

55
name = "plex"
66
use_name_prefix = true

0 commit comments

Comments
 (0)