-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
kind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specresolution/fixedThis issue was fixedThis issue was fixed
Description
What happened?
When adding/removing elements from a block type we seem to display a diff on the __defaults:
~ prov:index/test:Test: (update)
[id=newid]
[urn=urn:pulumi:test::test::prov:index/test:Test::mainRes]
~ listBlocks: [
~ [0]: {
+ __defaults: []
prop : "val1"
}
~ [1]: {
+ __defaults: []
prop : "val2"
}
+ [2]: {
+ prop : "val3"
}
]
Example
#2398
list block element added back
Output of pulumi about
.
Additional context
No response
Contributing
Vote on this issue by adding a π reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
kujenga and levzem
Metadata
Metadata
Assignees
Labels
kind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specresolution/fixedThis issue was fixedThis issue was fixed