Have you guys considered having a sort of `star_apply` besides `apply` in `Output`? It would work li...
p
Have you guys considered having a sort of
star_apply
besides
apply
in
Output
? It would work like this:
Copy code
pulumi.Output.all(a, b, c).star_apply(lambda x, y, z: ...)
Otherwise, the lambda function must receive one argument and use it like a sequence. Any thoughts?