billowy-needle-66127
04/17/2023, 7:45 PMorg/project/stack
, I could run pulumi stack ls
and see all my stacks listed with org/project/stack1
, org/project/stack2
, etc. Additionally in the dashboard the stacks would all be grouped based on the project they were in.
Now when I create a stack in an existing project with org/project/stack
the project
portion seems to be completely ignored. Running pulumi stack ls
only shows org/stack
, my starship module that reports the stack in my terminal prompt only shows org/stack
, and the dashboard no longer groups the stacks by project. The only place I can actually see the project name is in the URL in the dashboard.
This seems like the opposite of what this blog post is saying. Am I missing something or are projects just ignored now? (I understand that org/stack
is a valid reference when in a directory for project
, but that doesn't explain the dashboard portion.)steep-toddler-94095
04/17/2023, 8:41 PMbillowy-needle-66127
04/17/2023, 8:44 PMmillions-furniture-75402
04/17/2023, 9:27 PMPulumi.yaml
contains the project, so specifying it is redundant.
That being said, we ALWAYS use the fully qualified stack name to avoid any confusion.billowy-needle-66127
04/17/2023, 10:24 PM