anyone know if it's possible to target an import? ...
# general
m
anyone know if it's possible to target an import? i.e. run a pulumi up -t
not-yet-in-pulumi-but-in-code-resource
e
Are you using the ResourceOptions.import method to do the import?
Because --target should work for that afaik
m
yeah i am
what should the value of target be? i'm using the name i'm supplying it in the constructor
obviously it doesn't have a URN yet
e
Oh wait no your going to hit the target doesn't support non-existing things 🤦‍♂️ sorry let me find the issue for this
m
thank you for linking that to me