pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
38 stars 11 forks source link

use property values for config when available #511

Closed tgummerer closed 9 months ago

tgummerer commented 9 months ago

In https://github.com/pulumi/pulumi/pull/14273 we start passing through config values as PropertyValues. Use those in pulumi-yaml, so we have proper type information that we can then use to process the config.

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

tgummerer commented 9 months ago

I think this is ready for a review, though CI unfortunately won't pass before we release a pulumi version that includes https://github.com/pulumi/pulumi/commit/80acb16a54efeea47f1f93b724333a44ff3ebd43, as I don't think we currently have a good way to install a non-released version of pulumi. If we do I'd be happy to change to using that though.