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 6dd69a8 commit d5b97aaCopy full SHA for d5b97aa
cloudformation/logs.yml
terraform/envs/prod/main.tf
@@ -73,7 +73,7 @@ resource "aws_dynamodb_table" "app_audit_log" {
73
type = "N"
74
}
75
ttl {
76
- attribute_name = "createdAt"
+ attribute_name = "expiresAt"
77
enabled = true
78
79
terraform/envs/qa/main.tf
@@ -60,7 +60,7 @@ resource "aws_dynamodb_table" "app_audit_log" {
60
61
62
63
64
65
66
0 commit comments