demo/digitalocean: display server IP's on completion
This commit is contained in:
parent
a36b3f7f94
commit
709c65879c
|
@ -50,3 +50,7 @@ module "clients-sfo1" {
|
|||
ssh_keys = "${var.ssh_keys}"
|
||||
}
|
||||
*/
|
||||
|
||||
output "cluster-info" {
|
||||
value = "Nomad Servers: ${join(" ", split(",", module.servers.addrs))}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue