Skip to content

Commit

Permalink
Merge pull request #25659 from hashicorp/f-dynamodb-replica-pitr
Browse files Browse the repository at this point in the history
dynamodb/table: Add replica PITR
  • Loading branch information
YakDriver authored Jul 6, 2022
2 parents bfd3afc + 0e6919c commit 2e74073
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 155 deletions.
11 changes: 11 additions & 0 deletions .changelog/25659.txt
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
```
Loading

0 comments on commit 2e74073

Please sign in to comment.