pulumi.com/waitFor
annotation will hang when matching objects or arrays
#3345
Labels
area/await-logic
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
An annotation like
should match immediately but will actually hang because
.metadata
is a non-primitive type.Note however that this is expected when matching against a specific value
because the object will obviously never take on a value of "Foo".
The text was updated successfully, but these errors were encountered: