diff --git a/modules/l1/alb/terraform/main.tf b/modules/l1/alb/terraform/main.tf index 4e3b099..a5215ef 100644 --- a/modules/l1/alb/terraform/main.tf +++ b/modules/l1/alb/terraform/main.tf @@ -6,7 +6,7 @@ resource "aws_lb" "this" { } resource "aws_lb_target_group" "this" { - name_prefix = "tg-ci-" + name_prefix = "${var.name}-" port = var.port protocol = var.protocol vpc_id = var.vpc_id