-
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
Handle KMS updates with replica tables. #23156
Handle KMS updates with replica tables. #23156
Conversation
0db0f94
to
e52a296
Compare
e52a296
to
d425225
Compare
Anyone know which release this bug might make it into? v1.1.8? |
@pat-humphreys as I am a community contributor the PRs tend not to get looked at quickly unless there are a large number of reaction on the original message at the top, adding a thumbs up reaction is the best way of helping to get this prioritised |
@gdavison do I need to do anything to resolve the conflicts on this PR? |
3a5498a
to
4f657f1
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.
Thanks for the PR, @grahamhar. I've been trying to fix a perpetual diff when the default keys are used (#27850), but that's going to take a lot more work and it isn't worth delaying this PR any longer.
--- PASS: TestAccDynamoDBTable_attributeUpdateValidation (40.05s)
--- PASS: TestAccDynamoDBTable_TTL_enabled (148.44s)
--- PASS: TestAccDynamoDBTable_basic (148.45s)
--- PASS: TestAccDynamoDBTable_lsiNonKeyAttributes (162.16s)
--- PASS: TestAccDynamoDBTable_tags (167.64s)
--- PASS: TestAccDynamoDBTable_GsiUpdateNonKeyAttributes_emptyPlan (227.47s)
--- PASS: TestAccDynamoDBTable_TTL_disabled (233.44s)
--- PASS: TestAccDynamoDBTable_lsiUpdate (253.67s)
--- PASS: TestAccDynamoDBTable_BillingMode_payPerRequestToProvisioned (257.70s)
--- PASS: TestAccDynamoDBTable_streamSpecificationValidation (14.20s)
--- PASS: TestAccDynamoDBTable_tableClassInfrequentAccess (268.40s)
--- PASS: TestAccDynamoDBTable_encryption (382.82s)
--- PASS: TestAccDynamoDBTable_gsiUpdateCapacity (230.33s)
--- PASS: TestAccDynamoDBTable_backup_overrideEncryption (406.05s)
--- PASS: TestAccDynamoDBTable_Replica_singleWithCMK (429.92s)
--- PASS: TestAccDynamoDBTable_BillingModeGSI_payPerRequestToProvisioned (236.99s)
--- PASS: TestAccDynamoDBTable_disappears (107.37s)
--- PASS: TestAccDynamoDBTable_BillingMode_payPerRequestToProvisionedIgnoreChanges (189.85s)
--- PASS: TestAccDynamoDBTable_Disappears_payPerRequestWithGSI (234.46s)
--- PASS: TestAccDynamoDBTable_enablePITR (154.28s)
--- PASS: TestAccDynamoDBTable_Replica_tagsTwoOfTwo (465.41s)
--- PASS: TestAccDynamoDBTable_streamSpecification (168.92s)
--- PASS: TestAccDynamoDBTable_streamSpecificationDiffs (501.32s)
--- PASS: TestAccDynamoDBTable_Replica_tagsOneOfTwo (518.72s)
--- PASS: TestAccDynamoDBTable_gsiUpdateNonKeyAttributes (762.87s)
--- PASS: TestAccDynamoDBTable_Replica_singleAddCMK (786.43s)
--- PASS: TestAccDynamoDBTable_BillingMode_provisionedToPayPerRequest (558.90s)
--- PASS: TestAccDynamoDBTable_Replica_tagsUpdate (913.00s)
--- PASS: TestAccDynamoDBTable_Replica_single (921.50s)
--- PASS: TestAccDynamoDBTable_Replica_multiple (924.06s)
--- PASS: TestAccDynamoDBTable_Replica_pitr (548.79s)
--- PASS: TestAccDynamoDBTable_BillingMode_provisionedToPayPerRequestIgnoreChanges (736.58s)
--- PASS: TestAccDynamoDBTable_BillingModeGSI_provisionedToPayPerRequest (1002.36s)
--- PASS: TestAccDynamoDBTable_Replica_tagsNext (912.50s)
--- PASS: TestAccDynamoDBTable_backupEncryption (1145.25s)
--- PASS: TestAccDynamoDBTable_attributeUpdate (1232.55s)
--- PASS: TestAccDynamoDBTable_gsiUpdateOtherAttributes (1086.53s)
--- PASS: TestAccDynamoDBTable_extended (615.45s)
This functionality has been released in v4.40.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #21726
Output from acceptance testing replica related tests:
Output from acceptance testing encryption related tests: