aksio-insurtech / AppManager

MIT License
4 stars 2 forks source link

Add support for outputting result values as a key/value dictionary that can be used in configuration #116

Open einari opened 1 year ago

einari commented 1 year ago

When we have resources that carry with it information we want to utilize in environment variables or configuration files, the result values of resources should be put into a key/value that can then be used as input.

Leveraging handlebars as the template engine we could then have values such as {{<resource identifier>.nameOfValue}}.