Skip to content

Commit 2cfdedf

Browse files
Remove reasonCode and text from plan
1 parent ddaf849 commit 2cfdedf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

infrastructure/terraform/components/api/ddb_table_letters.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ resource "aws_dynamodb_table" "letters" {
3737
type = "S"
3838
}
3939

40-
attribute {
41-
name = "reasonCode"
42-
type = "N"
43-
}
44-
45-
attribute {
46-
name = "reasonText"
47-
type = "S"
48-
}
49-
5040
point_in_time_recovery {
5141
enabled = true
5242
}

0 commit comments

Comments
 (0)