This message was deleted.
# general
s
This message was deleted.
m
cc @lemon-spoon-91807
l
you could do it in two phases
pulumi.all like two groups of 4
then do a pulumi.all on each of those outputs.
note: i have a PR to allow .all to extend to any number of arguments, but it's blocked on a TypeScript bug
f
Oh ok. I guess I'll do the grouping for now.
l