outputs.tf 133 B

1234567
  1. output "nuxeo_url_alb" {
  2. value = "${aws_alb.nuxeo.dns_name}"
  3. }
  4. output "nuxeo_url" {
  5. value = "${aws_route53_record.nuxeo.fqdn}"
  6. }