Ability to Configure Point in Time Recovery in DynamoDB Global Tables v2 Replicas #21323
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/dynamodb
Issues and PRs that pertain to the dynamodb service.
Milestone
Community Note
Description
DynamoDB Global Tables v2 are configured using the "replica" blocks in the "aws_dynamodb_table" resource. The replicas are then created automatically in the specified regions.
The problem is that with the current configuration it is not possible to set the "point_in_time_recovery" on the replicas. The replica tables are always created as "disabled", irrespective of the aws_dynamodb_table configuration.
It can probably be supported by using "null_resources" but ideally it should be part of the replica configuration.
The ability to configure KMS keys and tags in the replicas has already been implemented as per the links on the Reference section. Cloudformation also allows point_in_time_recovery to be configured per replica.
Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: