This message was deleted.
# python
s
This message was deleted.
b
I think this would help if we implemented it, right? https://github.com/pulumi/pulumi/issues/6003
💯 2
q
I've had a similar experience.. Having a dict would help a lot!
r
You can now use keyword args in
Output.all()
to create a dict. This is included in v2.21.0 of the SDK. It is now possible to do the following:
Copy code
Output.all(name=output1, name2=output2).apply(lambda x: x['name'])
🙌 4
b
you rock Komal!
partypus 8bit 1
🙏 1