open-vault/terraform/aws/outputs.tf
2015-05-11 16:27:43 -07:00

4 lines
61 B
HCL

output "address" {
value = "${aws_elb.vault.dns_name}"
}