github.com/openshift/installer@v1.4.17/upi/vsphere/host_a_record/outputs.tf (about)

     1  output "fqdns" {
     2    value = values(aws_route53_record.a_record)[*].name
     3  }