Skip to content

Commit

Permalink
f/resource_aws_dynamodb_table: support for restore from PIT
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-goenka committed May 10, 2021
1 parent 4afa30b commit 1886b9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/resource_aws_dynamodb_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2625,8 +2625,8 @@ resource "aws_kms_key" "test" {
}
resource "aws_dynamodb_table" "test" {
name = "%[1]s-target"
restore_source_name = "%[1]s-source"
name = "%[1]s-target"
restore_source_name = "%[1]s-source"
restore_to_latest_time = true
server_side_encryption {
Expand Down Expand Up @@ -2666,8 +2666,8 @@ resource "aws_kms_key" "test" {
}
resource "aws_dynamodb_table" "test" {
name = "%[1]s-target"
restore_source_name = "%[1]s-source"
name = "%[1]s-target"
restore_source_name = "%[1]s-source"
restore_to_latest_time = true
server_side_encryption {
Expand Down

0 comments on commit 1886b9e

Please sign in to comment.