Hey! I’m having trouble with creating two pulumi p...
# general
k
Hey! I’m having trouble with creating two pulumi projects. One has a stack “general” and the other has a stack “staging”. Running
pulumi stack ls
shows both stacks when I thought it should only show the stacks from the current project by default. The -p option does not change anything. Using
pulumi stack select theoneintheotherdirectory
creates a new yaml file… Is that expected?
I’m using a GCS bucket to store the state, it seems to be the cause, it works better with the pulumi service backend
b
yes, you need to prefix the stacks like
{project}.{stack}
🙏 1
there's no logical separation in the oss backends, because they're all in the same bucket