sparse-intern-71089
01/15/2021, 2:31 PMorange-holiday-79016
01/15/2021, 2:33 PM<bucket>/.pulumi/stacks
so there seens to be no option to use a single self-managed backend for multiple projects, is that correct?orange-holiday-79016
01/15/2021, 2:39 PMprehistoric-nail-50687
01/15/2021, 3:11 PMmy-project
, then your stacks for that project should be called something like this: my-project.prod
and get the reference like this:
const infra = new pulumi.StackReference(`my-project.prod`);
orange-holiday-79016
01/15/2021, 3:46 PM