-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_dynamodb_table: Add support for DynamoDB customer manage…
…d CMKs for server-side encryption. (#11081) Output from acceptance testing: ``` --- PASS: TestAccAWSDynamoDbTable_attributeUpdate (588.89s) --- PASS: TestAccAWSDynamoDbTable_attributeUpdateValidation (6.82s) --- PASS: TestAccAWSDynamoDbTable_basic (23.68s) --- PASS: TestAccAWSDynamoDbTable_BillingMode_GSI_PayPerRequestToProvisioned (50.86s) --- PASS: TestAccAWSDynamoDbTable_BillingMode_GSI_ProvisionedToPayPerRequest (1201.68s) --- PASS: TestAccAWSDynamoDbTable_BillingMode_PayPerRequestToProvisioned (33.78s) --- PASS: TestAccAWSDynamoDbTable_BillingMode_ProvisionedToPayPerRequest (902.91s) --- PASS: TestAccAWSDynamoDbTable_disappears (21.19s) --- PASS: TestAccAWSDynamoDbTable_disappears_PayPerRequestWithGSI (149.36s) --- PASS: TestAccAWSDynamoDbTable_enablePitr (89.95s) --- PASS: TestAccAWSDynamoDbTable_encryption (116.10s) --- PASS: TestAccAWSDynamoDbTable_extended (304.28s) --- PASS: TestAccAWSDynamoDbTable_gsiUpdateCapacity (45.19s) --- PASS: TestAccAWSDynamoDbTable_gsiUpdateNonKeyAttributes (261.13s) --- PASS: TestAccAWSDynamoDbTable_gsiUpdateOtherAttributes (576.35s) --- PASS: TestAccAWSDynamoDbTable_streamSpecification (40.92s) --- PASS: TestAccAWSDynamoDbTable_streamSpecificationValidation (7.75s) --- PASS: TestAccAWSDynamoDbTable_tags (29.38s) --- PASS: TestAccAWSDynamoDbTable_Ttl_Disabled (25.63s) --- PASS: TestAccAWSDynamoDbTable_Ttl_Enabled (19.69s) --- PASS: TestAccDataSourceAwsDynamoDbTable_basic (73.99s) ```
- Loading branch information
Kit Ewbank
authored
Jan 29, 2020
1 parent
9382fc3
commit 456f0fb
Showing
6 changed files
with
161 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.