You would use the same project and in the root run...
# general
f
You would use the same project and in the root run
Copy code
pulumi stack init STACK_NAME
Which will create it and select it to be used. From there you can add to that stacks config and run pulumi up against it.