Skip to content

Commit

Permalink
expose target_group_arn
Browse files Browse the repository at this point in the history
  • Loading branch information
jjno91 committed Mar 25, 2020
1 parent 79c653c commit ac9a0a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ output "listener_arn" {
description = "https://www.terraform.io/docs/providers/aws/r/lb_listener.html#arn"
value = aws_lb_listener.https.arn
}

output "target_group_arn" {
description = "https://www.terraform.io/docs/providers/aws/r/lb_target_group.html#arn"
value = aws_lb_target_group.this.arn
}

0 comments on commit ac9a0a6

Please sign in to comment.