https://pulumi.com logo
e

echoing-breakfast-73834

05/06/2020, 12:11 AM
Is there any way to force all child or dependent resources to be replaced when a parent resource is replaced?
I.e. if B is a child of or depends on A, when A is replaced replace B as well
w

white-balloon-205

05/06/2020, 3:06 AM
I believe this is the same thing discussed in https://github.com/pulumi/pulumi/issues/838. That issue applies to dependson, but I believe the same applies for parents. Would be great to add an example of your scenario to that issue if it does look like what you are looking for.
👍 1