This message was deleted.
# general
s
This message was deleted.
c
a github link to any example illustrating the use of multiple stacks within a project would be really appreciated 👍
b
@creamy-sugar-83202 there are examples of using stackreferences here: https://github.com/pulumi/examples/tree/master/aws-py-stackreference https://github.com/pulumi/examples/tree/master/aws-stackreference-architecture With regards to moving resources between stacks, you'll need to: • remove the resource from the old stack using
pulumi state delete <urn>
• copy the code or import into your new stack and use the
import
resource option to adopt the existing resource into your state