This message was deleted.
# dotnet
s
This message was deleted.
t
Should be doable with an
Apply
This seems to compile
Copy code
Pulumi.Output<ImmutableArray<string>> subnetIds
  = inputs.Apply(ins => Output.All(ins.Select(s => s.Id)));
c
Ah! That's it, thanks @tall-librarian-49374