mirror of https://github.com/pulumi/pulumi.git
5139b41dcc
The `Provider` field is never set by any option. The corresponding option `func Provider(..)`, when used as a `ResourceOption` delegates to the `Providers` function which sets the `Providers` map instead. ```go func Provider(r ProviderResource) ResourceOrInvokeOption { ... { Providers(r).applyResourceOption(ro) } } ``` Drop the unused field in preparation for exposing a mirror of the resourceOptions struct for #11698. Refs #11698 |
||
---|---|---|
.. | ||
go | ||
nodejs | ||
proto | ||
python | ||
README.md | ||
go.mod | ||
go.sum |