pulumi / docs

All things Pulumi docs!
https://pulumi.com
Apache License 2.0
129 stars 222 forks source link

Consider updating typescript code to improve output declaration #13132

Open after-ephemera opened 1 month ago

after-ephemera commented 1 month ago

File: content/docs/iac/concepts/resources/dynamic-providers.md

It seems that per https://github.com/pulumi/docs/issues/11639 the declare keyword should be used to declare outputs on the provider so that they are properly exposed to consumers.

thoward commented 1 month ago

Thanks for the report! I filed a PR for this https://github.com/pulumi/docs/pull/13146