From 82c22494748f732444a2e726bc25d9c3a77d00f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:08:57 +0000 Subject: [PATCH] chore(deps): bump infraspecdev/ecs-deployment/aws from 4.0.4 to 4.3.6 Bumps [infraspecdev/ecs-deployment/aws](https://github.com/infraspecdev/terraform-aws-ecs-deployment) from 4.0.4 to 4.3.6. - [Release notes](https://github.com/infraspecdev/terraform-aws-ecs-deployment/releases) - [Commits](https://github.com/infraspecdev/terraform-aws-ecs-deployment/compare/v4.0.4...v4.3.6) --- updated-dependencies: - dependency-name: infraspecdev/ecs-deployment/aws dependency-version: 4.3.6 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..6e06aa0 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.6" cluster_name = data.aws_ecs_cluster.default.cluster_name vpc_id = var.vpc_id