This message was deleted.
# general
s
This message was deleted.
b
yeah you can use stack references with other backends. You need to namespace your projects, so let's say you have a VPC project, you might call it
vpc.production
and then reference it like so:
Copy code
const vpc = new pulumi.StackReference('vpc.production')