https://pulumi.com logo
Title
a

adamant-finland-54358

07/14/2022, 12:35 PM
Hello, I'm in the middle of an architecture design but have come to a blocker. I've searched the docs/web but cannot find a way to avoid using local stack config files (i.e.
.yaml
files) for stack configuration settings. Ideally, I would like to use something like AWS SSM or similar to manage all stack config variables. Does anyone know if this is possible or must I use YAML files for stack config?
e

echoing-dinner-19531

07/14/2022, 12:42 PM
We currently only support config via local .yaml files. But do feel free to raise an issue about this, we could have a think about how other data sources could fit in to this.
a

adamant-finland-54358

07/14/2022, 12:45 PM
Thanks... that's ok, I think it is possible to do what I'm trying using the
aws.ssm
package, but it's a bit convoluted. It would be awesome if we could specify the configuration storage backend (much like we can with the pulumi state backend).