Hello :wave: , I try to import existing security g...
# aws
b
Hello 👋 , I try to import existing security group. For some reason, after I did import it. Pulumi try to replace the SG and this cause the error that he tries to do a
create
action versus of just doing a modification.
d
I would suggest run a
pulumi up
and when asked, hit
details
see what changed, modify your code to match those, so it doesnt re create the SG resource,
b
i figure out that was the provider that was different