This message was deleted.
# general
s
This message was deleted.
l
Once you've imported a resource, you absolutely should remove the import opt.
f
I understand why may. I don't understand why should.
What's the disadvantage to leaving it besides a no-op?
l
It's essentially misleading self-documentation. "import" means "take over from another management tool"; once it's taken over by Pulumi, you're no longer doing that.
1
Also, if you ever do an
up
that causes a replace, your
id
will change. Your
import
opt will say one id, but the state will say a different one.
1
That's admittedly not very likely, but it does happen for some resources.
1
f
That makes sense to me. I understand the should. Thanks.