outputs.tf 174 B

12345678
  1. output "private_dns" {
  2. value = module.private_dns_record_nessus-manager[*].forward
  3. }
  4. output "public_dns" {
  5. value = module.public_dns_record_nessus-manager[*].forward
  6. }