Skip to content

Commit 2e8af14

Browse files
committed
false
1 parent 7ce3c75 commit 2e8af14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/dynamo/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "aws_dynamodb_table" "app_audit_log" {
1616
type = "N"
1717
}
1818
ttl {
19-
attribute_name = "expireAt"
19+
attribute_name = "expiresAt"
2020
enabled = false
2121
}
2222
}

0 commit comments

Comments
 (0)