https://pulumi.com logo
a

alert-monitor-28534

03/14/2019, 9:23 AM
Hi all, I'd like to get the floating IP of an OpenStack instance to be used in my own Python function, but I fail to get it in string format. I only get
pulumi.output.Output object
. I do get the
pulumi up
to print them to outputs. So how to do this?
c

clean-bear-54201

04/09/2019, 8:02 PM
Does the
apply
method work for you? See
<https://pulumi.io/reference/programming-model.html#apply>
.