provisioning-2/modules/alb/output.tf

3 lines
55 B
HCL

output "alb_dns_name" {
value = aws_lb.alb.dns_name
}