dry-translator-85936
10/24/2024, 5:03 PMeager-noon-15510
10/24/2024, 8:49 PMconst reposStack = new pulumi.StackReference('organization/repos/dev')
const repo = reposStack.getOutput("repo") as pulumi.Output<Repository>
eager-noon-15510
10/24/2024, 8:51 PMrepos
and a stack called dev
, and the snippet above is in another project. Actually, scratch what I said about organization... here we just use generic placeholder organization
since no actual org is defined.dry-translator-85936
10/25/2024, 1:25 AM