mirror of https://github.com/pulumi/pulumi.git
![]() Now there is not possible to change a name of dynamic provider resource without copying a code of the `pulumi.sdk.python.lib.pulumi.dynamic.dynamic.Resource` and changing the hard-coded name `"pulumi-python:dynamic:Resource"`. I successfully uses this proposal to make it possible. Usage: ```python class CustomResource( Resource, name="my-custom-provider:CustomResource" ): ... ``` Co-authored-by: Pat Gavlin <pgavlin@gmail.com> |
||
---|---|---|
.. | ||
dotnet | ||
go | ||
nodejs | ||
proto | ||
python | ||
README.md | ||
go.mod | ||
go.sum |