This message was deleted.
# aws
s
This message was deleted.
l
That is fairly common. It happens when Pulumi cannot know the value during the dry run (preview / 1st part of up), and reports the potential update. Then when the update actually happens, there is no change (old value = new value). Common culprits are values that get pushed to vaults or secrets, but there are other cases too.
g
Hmm. Thanks.