Added Description to output

This commit is contained in:
jainish shah
2018-02-15 16:43:28 -08:00
parent 09824eff6c
commit 9e2286a571

View File

@@ -1,3 +1,4 @@
output "address" {
value = "${aws_elb.web.dns_name}"
description = "URL of the Artifactory "
}