Skip to content

Commit 923a296

Browse files
author
rohit-ng
committed
fix: change module source to github url
1 parent 2ce1701 commit 923a296

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
@@ -154,7 +154,7 @@ module "ecs_task_security_group" {
154154
}
155155

156156
module "ecs_kong" {
157-
source = "../terraform-aws-ecs-deployment"
157+
source = "github.com/infraspecdev/terraform-aws-ecs-deployment?ref=v1.1.1"
158158
vpc_id = var.vpc_id
159159
cluster_name = var.cluster_name
160160

@@ -300,7 +300,7 @@ module "ecs_kong" {
300300
}
301301

302302
module "internal_alb_kong" {
303-
source = "../terraform-aws-ecs-deployment//modules/alb"
303+
source = "github.com/infraspecdev/terraform-aws-ecs-deployment//modules/alb?ref=v1.1.1"
304304
name = "${local.kong.name}-internal"
305305
internal = true
306306
subnets_ids = var.private_subnet_ids

0 commit comments

Comments
 (0)