terraform/examples/aws-two-tier/outputs.tf

4 lines
57 B
HCL

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