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

4 lines
57 B
Terraform
Raw Normal View History

2014-10-14 02:24:25 +02:00
output "address" {
value = "${aws_elb.web.dns_name}"
}