From 0327cd6009a7633db7e5942be9146fdc48dadccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 08:22:59 +0000 Subject: [PATCH 1/2] 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 478a5a6..dc62920 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 From 05e55ee0144a7a5ccc0cebe3817aec7ffc930e14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 6 Sep 2025 08:23:09 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d1dcd2..a03ffe7 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ aws ssm put-parameter --name "/rds/POSTGRES_DB_NAME" --value "value" --type "Sec | Name | Source | Version | |------|--------|---------| -| [ecs\_kong](#module\_ecs\_kong) | infraspecdev/ecs-deployment/aws | ~> 4.0.4 | +| [ecs\_kong](#module\_ecs\_kong) | infraspecdev/ecs-deployment/aws | ~> 4.3.4 | | [ecs\_task\_security\_group](#module\_ecs\_task\_security\_group) | terraform-aws-modules/security-group/aws | ~> 5.3.0 | -| [internal\_alb\_kong](#module\_internal\_alb\_kong) | infraspecdev/ecs-deployment/aws//modules/alb | ~> 2.0.0 | +| [internal\_alb\_kong](#module\_internal\_alb\_kong) | infraspecdev/ecs-deployment/aws//modules/alb | ~> 4.3.4 | | [internal\_alb\_security\_group](#module\_internal\_alb\_security\_group) | terraform-aws-modules/security-group/aws | ~> 5.3.0 | | [kong\_internal\_dns\_record](#module\_kong\_internal\_dns\_record) | ./modules/route-53-record | n/a | | [kong\_public\_dns\_record](#module\_kong\_public\_dns\_record) | ./modules/route-53-record | n/a |