When using S3 backend, do I need to use `pulumi lo...
# getting-started
b
When using S3 backend, do I need to use
pulumi logout
when I'm changing stacks?
b
no, you shouldn't need to do that when changing stacks, can you talk a little bit more about what you're doing?
b
I may using the wrong term when I say
stack
basically I've got two repos: aws and azure
When I switched out of the azure dir and into the aws dir, I wasn't able to create a stack with the same name
So I think my question really is, how can I organize my stack names 😛
Specifically: I'd like an
org/aws/production
and
org/azure/production
stack, but pulumi was griping about slashes in the project name
so I'm not quite sure I'm using
pulumi new
correctly
b
you can't use
/
because the object stores don't always allow it
I usually do
project.env
so

https://www.youtube.com/watch?v=yZPPgqTUtiMâ–¾

🙌 1