Browse Source

add outputs for fun

Chris Mague 6 năm trước cách đây
mục cha
commit
bf57705b3d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      outputs.tf

+ 3 - 0
outputs.tf

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