Skip to content

Commit

Permalink
update alb output
Browse files Browse the repository at this point in the history
  • Loading branch information
thamkrabok committed Mar 5, 2024
1 parent ecfd07d commit b0bfa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ output "security_group_arn" {

output "aws_lb_public_arn" {
description = "ARN of the application loadbalancer"
value = aws_lb.public.arn
value = aws_lb.public[0].arn
}

output "aws_lb_private_arn" {
description = "ARN of the application loadbalancer"
value = aws_lb.private.arn
value = aws_lb.private[0].arn
}

output "aws_lb_public_zone_id" {
Expand Down

0 comments on commit b0bfa53

Please sign in to comment.