Why does this does not preserve the order? `pulumi...
# general
g
Why does this does not preserve the order?
pulumi.Output.all(*[x.id for x in vpc.private_subnets]).apply(lambda args: ','.join(args))
This triggers an unnecessary update.
vpc.private_subnets
is a list of
ec2.Subnet
inside a
ComponentResource