2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-19 09:07:59 +00:00

4 lines
78 B
Terraform
Raw Normal View History

2014-10-11 17:09:51 -07:00
output "server_address" {
value = "${aws_instance.server.0.public_dns}"
}