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 28c4143 commit ab5c6d1
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 @@ -4,7 +4,7 @@ resource "aws_dynamodb_table" "mhs_state_table" {
hash_key = "key"
read_capacity = var.mhs_state_table_read_capacity
write_capacity = var.mhs_state_table_write_capacity
deletion_protection_enabled = true
# deletion_protection_enabled = true

point_in_time_recovery {
enabled = true
Expand Down

0 comments on commit ab5c6d1

Please sign in to comment.