Skip to content

Commit

Permalink
add aws lb arn to outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj committed Nov 8, 2023
1 parent 51f3e5a commit dcef2d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ output "security_group" {
output "load_balancer" {
value = aws_lb.loadbalancer
}

output "load_balancer_arn" {
value = aws_lb.loadbalancer.arn
}

0 comments on commit dcef2d6

Please sign in to comment.