Feature request: support restoration of DynamoDB Continuous Backups and Point-In-Time Recovery (PITR) #4558
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
Since the support of Point-in-Time-Revocery added with #4063, it is now possible to save continuous backups via Terraform, but restoring them is still only possible through the Console or AWS API. It would be great to be able to also restore a dynamodb_table as a new resource created from the latest restorable time or a specific restorable time, similarly to what can be done with the
snapshot_identifier
for rds instancesNew or Affected Resource(s)
Potential Terraform Configuration
An example usage in a DynamoDB module would possible look like this:
References
The text was updated successfully, but these errors were encountered: