outputs.tf 82 B

123
  1. output "forward" {
  2. value = [for entry in aws_route53_record.dns : entry.fqdn]
  3. }