pulumi/tests/integration/dynamic
Jan Češpivo e67334db1d
Added support for custom naming of dynamic provider resource (#7633)
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>
2021-08-17 14:15:53 -07:00
..
python Add requirements.txt to all test projects 2019-08-23 15:02:58 -07:00
python-broken Fix hanging deployments and improve errmsgs for programs with incorrect typings for output values (#7049) 2021-06-23 11:27:17 -04:00
python-non-main Allow Python dynamic provider resources to be constructed outside of __main__ (#7755) 2021-08-12 20:02:17 -07:00
python-resource-type-name Added support for custom naming of dynamic provider resource (#7633) 2021-08-17 14:15:53 -07:00