Files
terraform-course/docker-demo-2/output.tf
T
Edward Viaene 38c05fd0c7 docker-demo-2
2016-10-26 10:56:37 +00:00

4 lines
59 B
Terraform

output "elb" {
value = "${aws_elb.myapp-elb.dns_name}"
}