typhoon/aws/fedora-atomic/kubernetes/workers/outputs.tf

5 lines
179 B
Terraform
Raw Normal View History

2018-03-25 22:47:36 +02: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"
}