typhoon/aws/fedora-atomic/kubernetes/workers/outputs.tf
2018-04-21 18:46:56 -07:00

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"
}