This message was deleted.
# general
s
This message was deleted.
w
Not sure I understand the question - could you share a small code snippet of what you are trying to do?
l
console.log(computeInstance.ipv4Address) does not return a string
w
Ahh - you can do
computeInstance.ipv4Address.apply(console.log)
. See also https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs.