pulumi / pulumi-yaml

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

Fix unknownOutputs showing up outside of preview. #496

Closed dixler closed 11 months ago

dixler commented 11 months ago

Fixes #492

This change relegates setting missing outputs to unknowns in preview only.

UnknownOutputs are used to convey that something hasn't been calculated yet, but everything should be calculated in the actual deployment.