Skip to content

Commit

Permalink
Include QED private IPs in terrraform output
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman committed Mar 11, 2019
1 parent df622b7 commit d02f039
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/aws/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ output "qed" {
value = "${module.qed.public_ip}"
}

output "qed-private" {
value = "${module.qed.private_ip}"
}
output "prometheus" {
value = "${module.prometheus.public_ip}"
}
Expand Down

0 comments on commit d02f039

Please sign in to comment.