From 758e35ccba8b29f8b1d0d12350f45f29ab88104f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:31:21 +0000 Subject: [PATCH] chore(deps): update infraspecdev/ecs-deployment/aws requirement from ~> 4.0.4 to ~> 4.3.4 --- updated-dependencies: - dependency-name: infraspecdev/ecs-deployment/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index ad61a7d..d5070d6 100644 --- a/main.tf +++ b/main.tf @@ -204,7 +204,7 @@ data "aws_ecs_cluster" "default" { module "ecs_kong" { source = "infraspecdev/ecs-deployment/aws" - version = "~> 4.0.4" + version = "~> 4.3.4" vpc_id = var.vpc_id cluster_name = data.aws_ecs_cluster.default.cluster_name @@ -334,7 +334,7 @@ module "ecs_kong" { module "internal_alb_kong" { source = "infraspecdev/ecs-deployment/aws//modules/alb" - version = "~> 2.0.0" + version = "~> 4.3.4" name = "${local.kong.name}-internal" internal = true