I've having some trouble importing a network secur...
# dotnet
f
I've having some trouble importing a network security group. I'm having an error that
azure:network:NetworkSecurityGroup (productionuk-NSG):
error: inputs to import do not match the existing resource
but can't for the life of me work out the difference. Can anyone recommend some approaches for getting more detailed information about the specific difference?
b
Hi @flat-bear-83490, When you run pulumi up the import will says yes, no or details. That will give you the specific details of what is different
f
Thanks 🙂