Hi, how can I configure project to keep all Pulumi...
# general
a
Hi, how can I configure project to keep all Pulumi*.yaml files in separate folder?
w
I believe you can set
config: .pulumi
in your
Pulumi.yaml
. See https://www.pulumi.com/docs/intro/concepts/project/#pulumi-yaml.