boundless-car-60268
08/26/2021, 8:52 AMCustomResource
that adds some database entries. I'd like to remove those entries if the resource is being destroyed. I'm pretty sure that the answer, if there is one, is that something will need to be executed outside of the CustomResource
derived class.Pulumi.Deployment.Instance
but that only has IsDryRun
. Nothing to indicate if the stack is being destroyed.bored-oyster-3147
08/26/2021, 12:24 PM