Ugg I just realized that my project named `deploym...
# general
d
Ugg I just realized that my project named
deployments
conflicts with the Pulumi’s url structure 😞 stacks are
<http://app.pulumi.com/myorg/STACKNAME|app.pulumi.com/myorg/STACKNAME>
this means that projects with names like
deployments
or
resources
are not accessible in the UI, right?
l
Yes. There is a workaround, but I forget what it is. I raised this as an issue years ago.
You can still access this project by prefixing the route with projects. The only way to get to these stacks currently though is by manually typing in the URL.
So if your stack is https://app.pulumi.com/my-org/deployments/dev, you'll want to go to https://app.pulumi.com/projects/my-org/deployments/dev
I guess "Years" = "10 months".
d
thank you!!! ❤️ ❤️