Skip to content

Commit

Permalink
show cluster nodes ip
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabouardy committed Sep 14, 2017
1 parent f9de70a commit ba2bd7e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-swarm-cluster/outputs.tf
@@ -0,0 +1,11 @@
output "MASTER" {
value = "${aws_instance.master.public_ip}"
}

output "WORKER1" {
value = "${aws_instance.worker1.public_ip}"
}

output "WORKER2" {
value = "${aws_instance.worker2.public_ip}"
}

0 comments on commit ba2bd7e

Please sign in to comment.