From 6f1ed348836f186af8abaaed5e94e1e77533afb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:15:23 +0000 Subject: [PATCH] chore(deps): bump infraspecdev/ecs-deployment/aws from 4.0.4 to 5.0.0 Bumps [infraspecdev/ecs-deployment/aws](https://github.com/infraspecdev/terraform-aws-ecs-deployment) from 4.0.4 to 5.0.0. - [Release notes](https://github.com/infraspecdev/terraform-aws-ecs-deployment/releases) - [Commits](https://github.com/infraspecdev/terraform-aws-ecs-deployment/compare/v4.0.4...v5.0.0) --- updated-dependencies: - dependency-name: infraspecdev/ecs-deployment/aws dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 6c1d55f..9cb7f9f 100644 --- a/main.tf +++ b/main.tf @@ -27,7 +27,7 @@ data "aws_route53_zone" "zone" { module "ecs_deployment" { source = "infraspecdev/ecs-deployment/aws" - version = "4.0.4" + version = "5.0.0" cluster_name = data.aws_ecs_cluster.default.cluster_name vpc_id = var.vpc_id