Skip to content

Commit 2bfed94

Browse files
committed
CCM-11228: Remove redundant attribute blocks for ttl field
1 parent 5a5a21b commit 2bfed94

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

infrastructure/terraform/components/api/ddb_table_letters.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ resource "aws_dynamodb_table" "letters" {
3232
type = "string"
3333
}
3434

35-
attribute {
36-
name = "ttl"
37-
type = "number"
38-
}
39-
4035
point_in_time_recovery {
4136
enabled = true
4237
}

infrastructure/terraform/components/api/ddb_table_mi.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ resource "aws_dynamodb_table" "mi" {
2020
type = "string"
2121
}
2222

23-
attribute {
24-
name = "ttl"
25-
type = "number"
26-
}
27-
2823
point_in_time_recovery {
2924
enabled = true
3025
}

0 commit comments

Comments
 (0)