Skip to content

Commit f0a6fb7

Browse files
committed
Force table recreate
1 parent 289cbfd commit f0a6fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/ddb_table_letter_queue.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "aws_dynamodb_table" "letter-queue" {
77

88
ttl {
99
attribute_name = "ttl"
10-
enabled = true
10+
enabled = false
1111
}
1212

1313
local_secondary_index {

0 commit comments

Comments
 (0)