This message was deleted.
s
This message was deleted.
l
If the resource already exists, then the problem is either that 1) it's only in the provider and not in state, in which case you might want to import it or delete it, or 2) you've change the 1st param to the constructor, so Pulumi thinks it's a new resource, in which case you can comment out constructor, run
up
(Pulumi will delete the old resource, then put the code back and run
up
(Pulumi will create the new resource).
h
Using the import process might be able to unstick you - it lets you start tracking a resource that exists but isn't yet managed by Pulumi