typhoon/aws/container-linux/kubernetes/outputs.tf
2017-10-16 01:32:25 -07:00

5 lines
162 B
HCL

output "ingress_dns_name" {
value = "${aws_elb.ingress.dns_name}"
description = "DNS name of the ELB for distributing traffic to Ingress controllers"
}