Hi all, I'd like to get the floating IP of an Open...
# general
a
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
Does the
apply
method work for you? See
<https://pulumi.io/reference/programming-model.html#apply>
.