Skip to content

Commit

Permalink
Merge pull request #17 from nhsconnect/PRMT-4252-DYNAMODB
Browse files Browse the repository at this point in the history
PRMT-4252-DYNAMODB
  • Loading branch information
martin-nhs authored Dec 1, 2023
2 parents 9ca5da0 + ab5c6d1 commit 385c88e
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 385c88e

Please sign in to comment.