This message was deleted.
# azure
s
This message was deleted.
b
my best guess is that this is because the declaration of the VNET itself does not contain the subnets inside of it - i.e. I create the -empty- vnet, and then I create N subnets once that has been created. If the tags change, it then attempts to re-apply the -empty- vnet with new tags.
t
b
Already have this in my code:
Copy code
ignoreChanges: ['subnets'] // re: <https://github.com/pulumi/pulumi-azure-native/issues/611>
                    });
the issue is any changes to the vNet resource itself, i.e. tags (or address space if we actually want to change anything).