output "cidrs" {
  description = "The CIDR block of NAT"
  value       = aws_eip.nat[*].public_ip
}

output "eips" {
  description = "The CIDR block of NAT"
  value       = aws_eip.nat[*]
}

output "ids" {
  description = "The CIDR block of NAT"
  value       = aws_nat_gateway.main[*].id
}

output "nats" {
  description = "The CIDR block of NAT"
  value       = aws_nat_gateway.main[*]
}
