pulumi / pulumi-yaml

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

Allow ID to be dynamic #563

Closed iwahbe closed 3 months ago

iwahbe commented 3 months ago

Teach Pulumi YAML how to handle dynamic get.id values.

My goal is to enable fixing https://github.com/pulumi/pulumi-cloudflare/issues/709 by adding a Pulumi YAML check, since we are standardizing on writing test programs in YAML when possible.

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