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 4830d44 commit 47d7e36Copy full SHA for 47d7e36
outputs.tf
@@ -52,3 +52,8 @@ output "target_group_arn" {
52
description = "ARN of the target group. Useful for passing to your Auto Scaling group module."
53
value = "${aws_alb_target_group.target_group.arn}"
54
}
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