Skip to content

Commit

Permalink
slight tweak to apply output
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgenova committed Aug 15, 2016
1 parent 744a185 commit 5e8400c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ module "compute" {
output "configuration" {
value = <<CONFIGURATION
Add your private key and SSH into any private node via the Bastion host:
ssh-add ../../../modules/keys/demo.pem
ssh -A ubuntu@${module.network.bastion_public_ip}
ssh ubuntu@${module.network.bastion_public_ip}
Private node IPs:
Consul: ${join("\n ", formatlist("ssh ubuntu@%s", split(",", module.data.consul_private_ips)))}
Vault: ${join("\n ", formatlist("ssh ubuntu@%s", split(",", module.data.vault_private_ips)))}
Expand Down

0 comments on commit 5e8400c

Please sign in to comment.