https://pulumi.com logo
#python
Title
s

sparse-state-34229

05/10/2020, 7:40 PM
i think
private_network_1.apply(lambda network: str(network.id))
or something similar?
g

gray-tailor-20387

05/10/2020, 9:26 PM
thank you very much, str() is alot cleaner, I'm blushing i didn't think of that myself
😎 1
s

sparse-state-34229

05/11/2020, 12:55 AM
dont feel bad, i have a tendency to string format variables when i could just use
str()