mirror of https://github.com/pulumi/pulumi.git
e67334db1d
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> |
||
---|---|---|
.. | ||
containers | ||
examples | ||
integration | ||
testprovider | ||
config_test.go | ||
go.mod | ||
go.sum | ||
history_test.go | ||
login_test.go | ||
main_test.go | ||
stack_test.go |