This message was deleted.
# general
s
This message was deleted.
l
At first glance, a cascading delete would be very risky, but a protect-if-has-children opt would be very safe. And maybe some way to get Pulumi to generate a script full of all the
pulumi state delete
commands necessary to fully clean up, so that I can manually edit it myself..
m
Such a flag seems analogous to the
--target-dependents
flag for
pulumi up
. That flag allows the targeted deletion of a resource and anything that depends on that resource. I think that given the similarity in behavior there’s a pretty straightforward case to make here.
@billions-xylophone-85957 would you mind opening an issue in https://github.com/pulumi/pulumi to track your suggestion?
b
thanks!