pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
39 stars 12 forks source link

fix secrets when config property map is passed #519

Closed tgummerer closed 11 months ago

tgummerer commented 11 months ago

Currently we're not treating secrets that are passed through a property map correctly. Fix this by extracting them from the property map, and then wrapping them again in the format the yaml library expects internally.

Fixes https://github.com/pulumi/pulumi-yaml/issues/518