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 4d2e8b0 commit 12bcb86Copy full SHA for 12bcb86
main.tf
@@ -204,7 +204,7 @@ data "aws_ecs_cluster" "this" {
204
205
module "ecs_kong" {
206
source = "infraspecdev/ecs-deployment/aws"
207
- version = "~> 4.3.4"
+ version = "4.3.4"
208
209
vpc_id = var.vpc_id
210
cluster_name = data.aws_ecs_cluster.this.cluster_name
@@ -334,7 +334,7 @@ module "ecs_kong" {
334
335
module "internal_alb_kong" {
336
source = "infraspecdev/ecs-deployment/aws//modules/alb"
337
338
339
name = "${local.kong.name}-internal"
340
internal = true
0 commit comments