mirror of https://github.com/pulumi/pulumi.git
a9947b4e4e
This adds support for replacement parameterised providers to Python and a small integration test to check it works e2e. When using parameterised providers we need to use the new (currently unstable) RegisterPackage system, instead of sending Version/DownloadURL/etc via RegisterResourceRequest. Once RegisterPackage is stable the intention is to change _all_ packages to use it and for normal packages to fall back to the RegisterResourceRequest options, while parameterised packages will error. The actual parameter value is embedded in the python SDK as a base64 string that we decode before sending to the gRPC endpoint as bytes. |
||
---|---|---|
.. | ||
pulumi_kubernetes | ||
codegen-manifest.json | ||
pyproject.toml |