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 2ce1701 commit 923a296Copy full SHA for 923a296
main.tf
@@ -154,7 +154,7 @@ module "ecs_task_security_group" {
154
}
155
156
module "ecs_kong" {
157
- source = "../terraform-aws-ecs-deployment"
+ source = "github.com/infraspecdev/terraform-aws-ecs-deployment?ref=v1.1.1"
158
vpc_id = var.vpc_id
159
cluster_name = var.cluster_name
160
@@ -300,7 +300,7 @@ module "ecs_kong" {
300
301
302
module "internal_alb_kong" {
303
- source = "../terraform-aws-ecs-deployment//modules/alb"
+ source = "github.com/infraspecdev/terraform-aws-ecs-deployment//modules/alb?ref=v1.1.1"
304
name = "${local.kong.name}-internal"
305
internal = true
306
subnets_ids = var.private_subnet_ids
0 commit comments