docs
docs copied to clipboard
Consider updating typescript code to improve output declaration
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.
Thanks for the report! I filed a PR for this https://github.com/pulumi/docs/pull/13146
Per engineering (@justinvp), it seems like the declare keyword is not actually necessary. Closing as won't fix.
@justinvp can it be documented somewhere how the outputs discovery mechanism works? The docs don't cover it and the open issues seem to be wrong