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> |
||
---|---|---|
.. | ||
cmd | ||
dist | ||
lib | ||
stubs | ||
.gitignore | ||
.pylintrc | ||
Makefile | ||
Pipfile | ||
mypy.ini | ||
python.go | ||
python_test.go | ||
shim_unix.go | ||
shim_windows.go |