output "atlantis_public_ip_addresses" {
  value = [for eip in aws_eip.nlb_ip : eip.public_ip]
}
