pulumi / pulumi-yaml

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

pass through additional secret outputs from the provider schema #526

Closed tgummerer closed 8 months ago

tgummerer commented 8 months ago

Currently when the provider marks any outputs as secrets, the yaml language provider does not forward that information to the engine.

Read the secret outputs from the schema and append them as additional secret outputs to tell the engine what needs to be kept secret.

Fixes #521