This message was deleted.
# general
s
This message was deleted.
b
I wonder if for some reason pulumi isn't aware one depends on the other? You could put the Vnet resource in the
dependsOn
property of the subnets to force them to be aware. If that resolves it I'd start looking at whatever outputs are coming out of the Vnet and into the subnets to figure out why the dependency isn't being passed along
p
good idea. Ill dig a little deeper