Skip to content

Commit 28b2da9

Browse files
committed
Re-enable audit log TTL on correct attribute
1 parent d66cd52 commit 28b2da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/modules/dynamo/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ resource "aws_dynamodb_table" "app_audit_log" {
1616
type = "N"
1717
}
1818
ttl {
19-
attribute_name = "expiresAt"
20-
enabled = false
19+
attribute_name = "expireAt"
20+
enabled = true
2121
}
2222
}
2323

0 commit comments

Comments
 (0)