outputs.tf 60 B

123
  1. output "node-ips" {
  2. value = aws_eip.re-eip[*].public_ip
  3. }