Skip to content

Commit

Permalink
[PRMT-4252-DYNAMODB] Removed unsupported arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-nhs committed Dec 1, 2023
1 parent ab5c6d1 commit 16a39eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dynamodb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_dynamodb_table" "mhs_sync_async_table" {
hash_key = "key"
read_capacity = var.mhs_sync_async_table_read_capacity
write_capacity = var.mhs_sync_async_table_write_capacity
deletion_protection_enabled = true
# deletion_protection_enabled = true

point_in_time_recovery {
enabled = true
Expand Down

0 comments on commit 16a39eb

Please sign in to comment.