typhoon/aws/container-linux/kubernetes/outputs.tf

5 lines
179 B
HCL

output "ingress_dns_name" {
value = "${aws_lb.ingress.dns_name}"
description = "DNS name of the network load balancer for distributing traffic to Ingress controllers"
}