Skip to content

Commit fbc835e

Browse files
committed
remove
1 parent b33d691 commit fbc835e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

terraform/modules/dynamo/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ resource "aws_dynamodb_table" "app_audit_log" {
1515
name = "createdAt"
1616
type = "N"
1717
}
18-
# ttl {
19-
# attribute_name = "expireAt"
20-
# enabled = true
21-
# }
18+
ttl {
19+
attribute_name = "expireAt"
20+
enabled = false
21+
}
2222
}
2323

2424
resource "aws_dynamodb_table" "membership_provisioning_log" {

0 commit comments

Comments
 (0)