We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a1b0e commit 758e35cCopy full SHA for 758e35c
main.tf
@@ -204,7 +204,7 @@ data "aws_ecs_cluster" "default" {
204
205
module "ecs_kong" {
206
source = "infraspecdev/ecs-deployment/aws"
207
- version = "~> 4.0.4"
+ version = "~> 4.3.4"
208
209
vpc_id = var.vpc_id
210
cluster_name = data.aws_ecs_cluster.default.cluster_name
@@ -334,7 +334,7 @@ module "ecs_kong" {
334
335
module "internal_alb_kong" {
336
source = "infraspecdev/ecs-deployment/aws//modules/alb"
337
- version = "~> 2.0.0"
338
339
name = "${local.kong.name}-internal"
340
internal = true
0 commit comments