scottslowe-learning-tools/traefik/aws-tf-traefik/output.tf
Scott Lowe 55dea108f0
Update directory name
Move all files from 'aws-tf-ansible' to 'aws-tf-traefik' to reflect removal of Ansible from the environment (due to CoreOS switch)

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-13 08:29:49 -06:00

7 lines
158 B
HCL

output "manager_pub_ip" {
value = ["${aws_instance.manager.public_ip}"]
}
output "worker_pub_ips" {
value = ["${aws_instance.worker.*.public_ip}"]
}