rhythmic-hair-33677
12/22/2019, 5:33 AMwhite-balloon-205
It seems a little odd to see already existing stacks suggested for new projectsWhere are you seeing this? As written, that indeed seems odd.
my understanding of a project is just an index file and a mapped runtime (i.e. nodejs).That's right - a project is a
Pulumi.yaml
file (which includes what runtime to use, a name for the project, and optionally a pointer to a non-default location for the entrypoint to load using the language runtime).rhythmic-hair-33677
12/22/2019, 6:06 AMpulumi up
on a new project (or one without an associated stack) a prompt to select a stack is given. It defaults to an already-associated stack. I always scroll down and type a new name.white-balloon-205
rhythmic-hair-33677
12/22/2019, 6:29 AM00-base/
Pulumi.yaml
01-identity/
Pulumi.yaml
02-platform/
Pulumi.yaml
white-balloon-205
name
fields in those Pulumi.yaml
files each different?elegant-dress-88912
12/22/2019, 7:39 AMwhite-balloon-205
elegant-dress-88912
12/22/2019, 7:55 AMbackend
to be a stack property, not project property.white-balloon-205