5 lines
179 B
Terraform
Raw Normal View History

2018-03-25 13:47:36 -07:00
output "ingress_dns_name" {
value = "${aws_lb.ingress.dns_name}"
description = "DNS name of the network load balancer for distributing traffic to Ingress controllers"
}