PF previews do not display default values in added properties #2659
Labels
area/plugin-framework
Support for Plugin Framework based providers
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
bug/diff
Bugs in computing Diffs and planning resource changes
kind/bug
Some behavior is incorrect or out of spec
When previewing a resource change which adds a property in a Plugin Framework resource we do not display defaults applied to that new property. The reason for that is that the engine does not have access to the planned values and we do not apply defaults in Check for PF. Likely blocked on #2281
Example:
versus TF:
Also
versus TF:
See
TestDetailedDiffSet/attribute_with_default/changed_empty_to_null
andTestDetailedDiffObject/nested_block_default_replace/changed_non-empty_to_empty
The text was updated successfully, but these errors were encountered: