Hi, I got a strange problem. I created an AWS Topi...
# aws
f
Hi, I got a strange problem. I created an AWS Topic in stack 1 and TopicSubscription in stack 2. After I run pulumi refresh on stack 1 I can see that TopicSubscription appear in the pulumi state of stack 1. If I then deploy stack 1, pulumi will delete TopicSubscription created by stack 2 since it is not created by stack 1. Does anyone knows how to prevent that? I would like to keep Topic and TopicSubscription in different stacks.
l
When you say stack1 and stack2, are they stacks of a single project? Or are they two different projects?