terraform-lab/aws_alb/outputs.tf
2023-08-15 14:04:45 +10:00

4 lines
111 B
HCL

output "url" {
value = aws_lb.load_balancer.dns_name
description = "URL linking to the alb endpoint."
}