https://pulumi.com logo
f

full-dress-10026

06/19/2019, 4:17 PM
The sample here: https://pulumi.io/reference/pkg/nodejs/pulumi/azure/compute/#example-usage-with-managed-disks-recommended on this line:
Copy code
loadBalancerInboundNatRulesIds: [pulumi.all(lbnatpool.map(v => v.id)).apply(id => id.map(v => v)[1])],
does not work. You cannot
map
a
NatPool
.