terraform/examples/aws-elb/outputs.tf

4 lines
57 B
Terraform
Raw Normal View History

2015-06-09 22:12:33 +02:00
output "address" {
value = "${aws_elb.web.dns_name}"
}