Is there a way that I can mark a resource to be cr...
# general
h
Is there a way that I can mark a resource to be created only once and not deleted by
pulumi destroy
? I have a cloud endpoint resource that is causing problems when it's deleted.
c
maybe you should split apart to a different stack no ?
w
I don’t think there is a feature for this today - but it’s an interesting suggestion. Feel free to open an issue in github with the use case.
w
We have the same problem with a resource that we want to skip when it is destroyed, can something like is_dry_run be done?