Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
N/A
AWS Provider Version
4.62.0
Affected Resource(s)
aws_dynamodb_table_item
Expected Behavior
When there are no changes to an
aws_dynamodb_table_item
in a Global Table, there should be no diff reportedActual Behavior
When using "Legacy" (v2017.11.29) Global Tables, the replication engine adds the following attributes to each item (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables_HowItWorks.html):
aws:rep:deleting
aws:rep:updatetime
aws:rep:updateregion
These attributes should be ignored by the provider.
The provider reports a diff like the following:
Confirm that "Current" (v2019.11.21) Global Tables do not have a similar problem.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
N/A
Steps to Reproduce
N/A
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None