Explorar el Código

add outputs for fun

Chris Mague hace 6 años
padre
commit
bf57705b3d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      outputs.tf

+ 3 - 0
outputs.tf

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