Hi. We're looking into creating an resource in project/stack A that is references with a stack reference in another project/stack B. When we modify the resource in A pulumi decides that it needs to be replaced and the original A is deleted. A is a resource group in azure which means that all resources created in that resource group in B also will get deleted. Is there a way to have Pulumi report that those resources in B will get affected by the changes in A when we update the resource in A?