Files
JFrog-Cloud-Installers/Terraform/output.tf
2018-02-15 16:43:28 -08:00

5 lines
99 B
HCL

output "address" {
value = "${aws_elb.web.dns_name}"
description = "URL of the Artifactory "
}