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