mirror of https://github.com/pulumi/pulumi.git
e0b516d0cc
* Fix an issue with empty ID for CustomResource The Python runtime was checking the ID field it receives from the engine against None, assuming that the engine would not set the ID field if one was not present. However, it does set the ID field; it is set to the empty string when an ID is not known. This commit fixes an issue that can cause certain IDs to be erroneously considered to be known during previews, which can cause problems during the Check phase of resources that directly reference IDs of other resources. * Add CHANGELOG |
||
---|---|---|
.. | ||
langhost | ||
__init__.py | ||
test_next_serialize.py |