diff --git a/terraform/dynamodb.tf b/terraform/dynamodb.tf index 9f7ebd3..effc0e5 100644 --- a/terraform/dynamodb.tf +++ b/terraform/dynamodb.tf @@ -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