docs(P06): complete alb-name-prefix-fix phase (v1.13.9)

---ci---
project: acdl
phase: 6
milestone: v1.14
status: complete
requirements:
  covered: [REQ-140]
  partial: []
---/ci---
This commit is contained in:
Jon Chery
2026-07-29 20:38:14 +00:00
parent 1aa525f234
commit 69d8496107
+1 -1
View File
@@ -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