This message was deleted.
# getting-started
s
This message was deleted.
b
yep! stacks are managed by
Pulumi.<stackname>.yaml
- it needs to be in the same directory as your
Pulumi.yaml
b
So if there are two stacks, they will have exactly the same resources, but just configured with the yml file? And so if the two stacks need to have different resources, they have to be in separate folders with separate index files?
b
you could use if statements to separate them, but yes, if they have different resources - they should be projects. If they have different configuration, like the cloud provider region you'ree deploying them to, you should have distinct stacks
b
ok awesome. thanks so much @billowy-army-68599!!