mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-25 18:49:33 +01:00
b20233e05d
* Expose the Ingress ELB DNS name so application DNS records can be defined in Terraform to resolve to the Ingress ELB
6 lines
157 B
HCL
6 lines
157 B
HCL
output "ingress_dns_name" {
|
|
value = "${aws_elb.ingress.dns_name}"
|
|
description = "DNS name of the ELB for distributing traffic to Ingress controllers"
|
|
}
|
|
|