Skip to content

Commit 758e35c

Browse files
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] <support@github.com>
1 parent a9a1b0e commit 758e35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ data "aws_ecs_cluster" "default" {
204204

205205
module "ecs_kong" {
206206
source = "infraspecdev/ecs-deployment/aws"
207-
version = "~> 4.0.4"
207+
version = "~> 4.3.4"
208208

209209
vpc_id = var.vpc_id
210210
cluster_name = data.aws_ecs_cluster.default.cluster_name
@@ -334,7 +334,7 @@ module "ecs_kong" {
334334

335335
module "internal_alb_kong" {
336336
source = "infraspecdev/ecs-deployment/aws//modules/alb"
337-
version = "~> 2.0.0"
337+
version = "~> 4.3.4"
338338

339339
name = "${local.kong.name}-internal"
340340
internal = true

0 commit comments

Comments
 (0)