Can I output a list of strings in order after spin...
# general
b
Can I output a list of strings in order after spinning up multiple servers with Pulumi?
g
Generally speaking, the answer is yes. What strings are you interested in generating and what defines the order?
b
I'm currently outputting 1 master node and 2 leaf nodes' IP and DNS for a MemSQL cluster
It's going to be masters first, then leaves