-
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.
Merge pull request #25659 from hashicorp/f-dynamodb-replica-pitr
dynamodb/table: Add replica PITR
- Loading branch information
Showing
5 changed files
with
369 additions
and
155 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
```release-note:enhancement | ||
resource/aws_dynamodb_table: Add `replica.*.point_in_time_recovery` argument | ||
``` | ||
|
||
```release-note:bug | ||
resource/aws_dynamodb_table: Prevent `restore_source_name` from forcing replacement when removed to enable restoring from a PITR backup | ||
``` | ||
|
||
```release-note:bug | ||
resource/aws_dynamodb_table: Respect custom timeouts including when working with replicas | ||
``` |
Oops, something went wrong.