output "lb_arn" { value = aws_lb.this.id description = "The load balancer ARN." } output "listener_arn" { value = aws_lb_listener.this.arn description = "The listener ARN." } output "target_group_arn" { value = aws_lb_target_group.this.arn description = "The target group ARN." }