What is a good practice for dealing with existing resources? I create part of infrastructure via pulumi in one stack (A) . In another stack(B) I try toconnect vm's (stack A) to existing subnet that is managed by other tool. The reason I am trying this way: when another tool deletes own resources, I simply destroy the stack (B) beforehand.
Is using separate stack for that purpose the right way?