This message was deleted.
# python
s
This message was deleted.
1
b
Don't mind me having those print functions. Left from
red-eyed
debugging
n
in my experience, it seems that Outputs inside a loop are cached by pulumi returning only one of the promise. We hit the same issue and we solved it using inner functions, that will work, something like:
Copy code
def main_func():
    .... code here ....
    def _resolve_promise(args):
        ... some awesome code here ...
    now pass _resolve_promise to an output