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 5b95bd3 commit b15bfdeCopy full SHA for b15bfde
infrastructure/instance/dynamodb.tf
@@ -24,36 +24,6 @@ resource "aws_dynamodb_table" "audit-table" {
24
type = "S"
25
}
26
27
- attribute {
28
- name = "error_details"
29
- type = "S"
30
- }
31
-
32
33
- name = "created_at"
34
35
36
37
38
- name = "completed_at"
39
40
41
42
43
- name = "record_count"
44
- type = "N"
45
46
47
48
- name = "records_succeeded"
49
50
51
52
53
- name = "records_failed"
54
55
56
57
ttl {
58
attribute_name = "expires_at"
59
enabled = true
0 commit comments