This commit is contained in:
Edward Viaene
2016-10-24 14:30:40 +00:00
parent a7d37975df
commit cb52de7bfe
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
output "ELB" {
value = "${aws_elb.my-elb.dns_name}"
}