mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 06:19:33 +01:00
73126eb7f8
* Allow groups of workers to be defined and joined to a cluster (i.e. worker pools) * Move worker resources into a Terraform submodule * Output variables needed for passing to worker pools * Add usage docs for AWS worker pools (advanced)
5 lines
179 B
HCL
5 lines
179 B
HCL
output "ingress_dns_name" {
|
|
value = "${aws_lb.ingress.dns_name}"
|
|
description = "DNS name of the network load balancer for distributing traffic to Ingress controllers"
|
|
}
|