Hello! I looked in the docs for this, but got stuck.. so I thought I'd ask.
We're running Pulumi local and have ~15 stacks (AWS). We would like to use Pulumi Cloud and I've made an organization and team. All of our pulumi code is on GitHub. I have added the Github repo as a template source, and when I make a new Project in Cloud I can use that repo to select one of our stack template and it'll let me create a new Pulumi Cloud Project.
It also asks me for the repository where it's going to upload my new project... effectively duplicating the files we already have in that very same repository (?).
Is there a way for me to tell Pulumi to use the repository itself as a Project, and fetch our stack templates from there?
Or import/transfer our stacks from local to cloud somehow?
Or should we... use our current github repo as a template source and make a new repository or subfolder in that repo for our stacks?
What is the way to go? 🙂
Thanks!