Is there any way to force all child or dependent r...
# general
e
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
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