Skip to content

Commit b15bfde

Browse files
committed
restore in tf
1 parent 5b95bd3 commit b15bfde

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

infrastructure/instance/dynamodb.tf

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,6 @@ resource "aws_dynamodb_table" "audit-table" {
2424
type = "S"
2525
}
2626

27-
attribute {
28-
name = "error_details"
29-
type = "S"
30-
}
31-
32-
attribute {
33-
name = "created_at"
34-
type = "S"
35-
}
36-
37-
attribute {
38-
name = "completed_at"
39-
type = "S"
40-
}
41-
42-
attribute {
43-
name = "record_count"
44-
type = "N"
45-
}
46-
47-
attribute {
48-
name = "records_succeeded"
49-
type = "N"
50-
}
51-
52-
attribute {
53-
name = "records_failed"
54-
type = "N"
55-
}
56-
5727
ttl {
5828
attribute_name = "expires_at"
5929
enabled = true

0 commit comments

Comments
 (0)