From 2d83c5c7b276196af49157f1261f5ba4867f181e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 07:31:57 +0000 Subject: [PATCH] chore(deps): bump infraspecdev/ecs-deployment/aws from 4.0.4 to 4.3.4 Bumps [infraspecdev/ecs-deployment/aws](https://github.com/infraspecdev/terraform-aws-ecs-deployment) from 4.0.4 to 4.3.4. - [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.4) --- updated-dependencies: - dependency-name: infraspecdev/ecs-deployment/aws 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..d70ca55 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.4" cluster_name = data.aws_ecs_cluster.default.cluster_name vpc_id = var.vpc_id