From 35dd5caf2dd4f75e3c54d8c9aa5f402a502e1a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:14:48 +0000 Subject: [PATCH] chore(deps): update terraform-aws-modules/autoscaling/aws requirement from ~> 7.7 to ~> 8.0 Updates the requirements on [terraform-aws-modules/autoscaling/aws](https://github.com/terraform-aws-modules/terraform-aws-autoscaling) to permit the latest version. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v7.7.0...v8.0.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/autoscaling/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- autoscaling.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscaling.tf b/autoscaling.tf index a568944..b6dd65d 100644 --- a/autoscaling.tf +++ b/autoscaling.tf @@ -1,6 +1,6 @@ module "plex_autoscaling" { source = "terraform-aws-modules/autoscaling/aws" - version = "~> 7.7" + version = "~> 8.0" name = "plex" use_name_prefix = true