Browse Source

add outputs for fun

Chris Mague 6 years ago
parent
commit
bf57705b3d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      outputs.tf

+ 3 - 0
outputs.tf

@@ -0,0 +1,3 @@
+output "node-ips" {
+  value = aws_eip.re-eip[*].public_ip
+}