terraform: add ELB output

This commit is contained in:
Mitchell Hashimoto 2015-05-11 16:27:43 -07:00
parent 8a785a3b7d
commit 7a55ddf323

3
terraform/aws/outputs.tf Normal file
View file

@ -0,0 +1,3 @@
output "address" {
value = "${aws_elb.vault.dns_name}"
}