This message was deleted.
# general
s
This message was deleted.
m
A workaround I used on the past is deleting the element from the state after the import, using
pulumi state delete <resourceUrn>
.
l
I don't think so. Another, slightly faster workaround would be to create a new stack, import to that stack, then just throw it away.
s
Seems like a popular request. Upvote the issue here: https://github.com/pulumi/pulumi/issues/8836
1