mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-01-12 23:09:33 +01:00
5 lines
162 B
HCL
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"
|
|
}
|