Skip to content

Commit

Permalink
update lb output descriptions for example
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahiem9 authored Oct 11, 2023
1 parent e5076cf commit a6128e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/complete-alb/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
output "lb_id" {
description = "The ID and ARN of the load balancer we created."
description = "The ID of the load balancer we created."
value = module.alb.lb_id
}

output "lb_arn" {
description = "The ID and ARN of the load balancer we created."
description = "The ARN of the load balancer we created."
value = module.alb.lb_arn
}

Expand Down

0 comments on commit a6128e4

Please sign in to comment.