Hmm, looking at the source for output.apply, it ap...
# python
p
Hmm, looking at the source for output.apply, it applies the function during pulumi update but not sure I can translate an Oyutput that is a list into a list of Outputs… and even then, not sure how to iterate that list because it will still be awaitable, so needs to be accessed by an async def…