We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce3c75 commit 2e8af14Copy full SHA for 2e8af14
terraform/modules/dynamo/main.tf
@@ -16,7 +16,7 @@ resource "aws_dynamodb_table" "app_audit_log" {
16
type = "N"
17
}
18
ttl {
19
- attribute_name = "expireAt"
+ attribute_name = "expiresAt"
20
enabled = false
21
22
0 commit comments