pulumi / pulumi-yaml

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

Support explicit providers for packaged components #505

Open justinvp opened 10 months ago

justinvp commented 10 months ago

The Node.js and Python SDKs previously lacked support for specifying an explicit provider for a packaged component. That was resolved with https://github.com/pulumi/pulumi/pull/13282.

Does YAML have the same limitation? Note: The Go SDK does not have this limitation and the YAML SDK makes use of the Go SDK, so this may not be an issue.

Reference: https://github.com/pulumi/pulumi/issues/11520