Skip to content

Commit b33d691

Browse files
committed
remove ttl
1 parent a8f09df commit b33d691

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 = true
21+
# }
2222
}
2323

2424
resource "aws_dynamodb_table" "membership_provisioning_log" {

0 commit comments

Comments
 (0)