https://pulumi.com logo
g

great-sunset-355

10/14/2021, 9:36 AM
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