Closed alexjurkiewicz closed 3 years ago
Thank you for reporting the issue! If you haven't already joined our slack community, then we invite you to do so.
This is a great place to get help and ask questions from our AMAZING community.
For anyone running into this, I found it worked well when I used the following:
ttl_enabled = false
ttl_attribute = ""
Possible workaround until this fix lands.
Describe the Bug
If you deploy this module with
ttl_enabled = false
, it works. But if you re-run Terraform, the table is marked to be updated with the following diff:Which fails:
Expected Behavior
No changes on update. Add any other context about the problem here.