outputs.tf 121 B

1234567
  1. output "alb_arn" {
  2. value = aws_lb.server_external.arn
  3. }
  4. output "fqdns" {
  5. value = module.public_dns_record.forward
  6. }