a stack is usually the collection of services you ...
# general
c
a stack is usually the collection of services you use for your application, and a project is a deployment of it. like a LAMP or MEAN stack.
m
In Pulumi, the project is “the code” and is represented by Pulumi.yaml, and the stack is the deployment of the code, generally represented by Pulumi.stackname.yaml. Both are explained here: https://www.pulumi.com/docs/concepts/projects/ https://www.pulumi.com/docs/concepts/stack/
You’re right these terms are also used to mean other things, depending on the context. Agree this can be confusing!