This message was deleted.
# general
s
This message was deleted.
👀 1
b
Hey @acceptable-stone-35112, I would love to be able to say yes here but unfortunately we have no story for hierarchical config files (at this time). YOU COULD potentially split out any of your own application config and have your application read and parse that yaml but I don't suggest that when it comes to any provider specific config (e.g. aws:region, gcp:project) or secrets as it may not work as expected
a
I see. Thanks. I can still opt out to a step in pipeline to pull them from config repo and merge
before pulumi
l
I worried about this for a while, then as I migrated more infra into Pulumi, I found that I was getting rid of more and more config. Everything that started off as config later became stack references. You may find that you need far fewer config values than you think...
👀 1