dry-journalist-60579
11/05/2024, 11:27 PMdeployments
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?little-cartoon-10569
11/05/2024, 11:31 PMlittle-cartoon-10569
11/05/2024, 11:32 PMlittle-cartoon-10569
11/05/2024, 11:32 PMYou 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
little-cartoon-10569
11/05/2024, 11:33 PMdry-journalist-60579
11/05/2024, 11:35 PM