DynamoDb replicas
field always shows update
#1653
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Hello!
Issue details
I had a DynamoDb table that I managed using another service that I wanted to import into Pulumi. Using the
import
opt, I could find the resource, but it told me that the replica configuration had a diff, as shown in this image:I was able to eventually import by adding
ignoreChanges: ['replicas']
, but now eachpulumi up
shows the same diff from that image unless I leave in theignoreChanges
block, even though as far as I can tell nothing should change.Steps to reproduce
Expected: No changes would appear in the diff
Actual: The
replicas
field shows a diffThe text was updated successfully, but these errors were encountered: