open-consul/terraform/aws/outputs.tf

4 lines
78 B
HCL

output "server_address" {
value = "${aws_instance.server.0.public_dns}"
}