https://pulumi.com logo
Title
v

victorious-fountain-7689

09/14/2021, 2:25 PM
Hello! I am seeing no output in
pulumi stack ls
, even if
pulumi stack
shows current stack outputs. Currently, I'm using AWS S3 backend with the project name in
<orgName>/<projectName>/<stackName>
format. Are the organizations supported in S3 backend as well?
b

billowy-army-68599

09/14/2021, 2:33 PM
No, org names are not supported with the s3 backend
v

victorious-fountain-7689

09/14/2021, 2:40 PM
Thanks a lot @billowy-army-68599! I have another doubt -- If I use same stack name (say
dev
) across multiple projects, they will be stored in the single json
.pulumi/stacks/dev.json
, am I right?
b

billowy-army-68599

09/14/2021, 2:50 PM
Yes, we recommend adding using stack and project name, so for example: infra.dev
v

victorious-fountain-7689

09/14/2021, 3:09 PM
Okay, can you point me out how to configure that?
b

billowy-army-68599

09/14/2021, 3:21 PM
It’s set when you do pulumi stack init
v

victorious-fountain-7689

09/14/2021, 3:26 PM
If I'm correct, you suggest setting stack names like
infra.dev
. Please correct me if I'm wrong
b

billowy-army-68599

09/14/2021, 5:14 PM
That’s correct yes!
v

victorious-fountain-7689

09/14/2021, 5:39 PM
Ah, thanks a lot 🙏 I started following the convention and it is super useful 🎉 . I think it would be better if this convention is mentioned somewhere in the official docs.
b

billowy-army-68599

09/14/2021, 5:48 PM
Could you file an issue for this in our docs repo?
v

victorious-fountain-7689

09/14/2021, 5:52 PM
Sure, will do 👍🏼