-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace DyanmoDB table when local secondary index changes (#12334) #12335
Replace DyanmoDB table when local secondary index changes (#12334) #12335
Conversation
a5d4e76
to
419f09c
Compare
419f09c
to
e3d8a7c
Compare
What can I do to help progress this Pull Request? |
e3d8a7c
to
863e24d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks @tjoris for this fix! 🚀
Output of acceptance tests:
--- PASS: TestDiffDynamoDbGSI (0.01s)
--- PASS: TestAccAWSDynamoDbTable_streamSpecificationValidation (17.56s)
--- PASS: TestAccAWSDynamoDbTable_disappears (48.00s)
--- PASS: TestAccAWSDynamoDbTableItem_withMultipleItems (67.15s)
--- PASS: TestAccAWSDynamoDbTableItem_basic (69.77s)
--- PASS: TestAccAWSDynamoDbTableItem_rangeKey (70.26s)
--- PASS: TestAccAWSDynamoDbTable_basic (72.30s)
--- PASS: TestAccAWSDynamoDbTable_attributeUpdateValidation (31.12s)
--- PASS: TestAccAWSDynamoDbTable_tags (104.07s)
--- PASS: TestAccAWSDynamoDbTableItem_updateWithRangeKey (117.57s)
--- PASS: TestAccAWSDynamoDbTableItem_update (118.49s)
--- PASS: TestAccAWSDynamoDbTable_Ttl_Enabled (77.46s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateNonKeyAttributes_emptyPlan (114.12s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_PayPerRequestToProvisioned (133.48s)
--- PASS: TestAccAWSDynamoDbTable_streamSpecification (140.54s)
--- PASS: TestAccAWSDynamoDbTable_enablePitr (142.17s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateCapacity (146.29s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_GSI_PayPerRequestToProvisioned (145.92s)
--- PASS: TestAccAWSDynamoDbTable_disappears_PayPerRequestWithGSI (151.94s)
--- PASS: TestAccAWSDynamoDbTable_Ttl_Disabled (90.00s)
--- PASS: TestAccAWSDynamoDbTable_lsiUpdate (93.40s)
--- PASS: TestAccAWSDynamoDbTable_encryption (148.55s)
--- PASS: TestAccAWSDynamoDbTable_extended (329.25s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateNonKeyAttributes (330.08s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateOtherAttributes (660.61s)
--- PASS: TestAccAWSDynamoDbTable_attributeUpdate (593.16s)
--- PASS: TestAccAWSDynamoDbTable_Replica_Single (594.71s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_GSI_ProvisionedToPayPerRequest (734.38s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_ProvisionedToPayPerRequest (869.16s)
--- PASS: TestAccAWSDynamoDbTable_Replica_Multiple (1583.47s)
This has been released in version 3.8.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #12334
Release note for CHANGELOG:
Output from acceptance testing:
Without fix
With fix