This message was deleted.
# general
s
This message was deleted.
s
Do you mean in a flat structure, but just inside a directory in the root of the repository, or something other than that?
a
Hey, Jen. Yes, I mean having my index file and Pulumi.yaml inside something like my-repo/.pulumi
s
Ah, you don’t need to do anything special there - you can just do
mkdir .pulumi
, cd into it and then do
pulumi new
from there
a
right. Works without a hitch. Thank you