From fa28aa484f7fba6f958f5c2f71efdf5c29d6e188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:08:29 +0000 Subject: [PATCH] chore(deps): bump infraspecdev/ecs-deployment/aws from 4.0.4 to 4.3.5 Bumps [infraspecdev/ecs-deployment/aws](https://github.com/infraspecdev/terraform-aws-ecs-deployment) from 4.0.4 to 4.3.5. - [Release notes](https://github.com/infraspecdev/terraform-aws-ecs-deployment/releases) - [Changelog](https://github.com/infraspecdev/terraform-aws-ecs-deployment/blob/main/.releaserc.json) - [Commits](https://github.com/infraspecdev/terraform-aws-ecs-deployment/compare/v4.0.4...v4.3.5) --- updated-dependencies: - dependency-name: infraspecdev/ecs-deployment/aws dependency-version: 4.3.5 dependency-type: direct:production update-type: version-update:semver-minor ... 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..12e824a 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 = "4.3.5" cluster_name = data.aws_ecs_cluster.default.cluster_name vpc_id = var.vpc_id