Skip to content

Commit

Permalink
chore: disable TTL for Audit logs DynamoDB table (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigzour authored Jan 29, 2024
1 parent 9748d19 commit 04ecac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/dynamodb/dynamo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ resource "aws_dynamodb_table" "audit_logs" {
}

ttl {
enabled = true
enabled = false
attribute_name = "ArchiveDate"
}

Expand Down

0 comments on commit 04ecac3

Please sign in to comment.