Skip to content

Commit 47d7e36

Browse files
ndenchbrandonjbjelland
authored andcommitted
Add target_group.name to outputs.tf (#45)
1 parent 4830d44 commit 47d7e36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ output "target_group_arn" {
5252
description = "ARN of the target group. Useful for passing to your Auto Scaling group module."
5353
value = "${aws_alb_target_group.target_group.arn}"
5454
}
55+
56+
output "target_group_name" {
57+
description = "Name of the target group. Useful for passing to your CodeDeploy Deployment Group."
58+
value = "${aws_alb_target_group.target_group.name}"
59+
}

0 commit comments

Comments
 (0)