swift-pharmacist-99893
12/21/2021, 10:27 AMs3
bucket with multiple folders where I hold my stacks/states. Is it possible to use StackReference
to have interdependency between them? How should I login with pulumi in this case?billowy-army-68599
12/21/2021, 10:33 AMswift-pharmacist-99893
12/21/2021, 11:49 AM<s3://mybucket/project1>
• project2 I need to login as: <s3://mybucket/project2>
billowy-army-68599
12/21/2021, 9:34 PMswift-pharmacist-99893
12/29/2021, 2:08 PMpulumi login <s3://mybucket>
pulumi new aws-python -n project1 # creating stack prod
pulumi new aws-python -n project2 # creating stack prod
But this gives me an error.
How should I proceed with local backends and multiple projects and stacks and have the stack reference work?billowy-army-68599
12/29/2021, 8:36 PMswift-pharmacist-99893
12/30/2021, 2:17 PM