Skip to content

Commit 8607cbe

Browse files
[PRM-134-v2] removed unindexed attributes
1 parent ef26e1f commit 8607cbe

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

infrastructure/dynamo_db.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -433,21 +433,9 @@ module "alarm_state_history_table" {
433433
name = "TimeCreated"
434434
type = "N"
435435
},
436-
{
437-
name = "History"
438-
type = "S"
439-
},
440436
{
441437
name = "LastUpdated"
442438
type = "N"
443-
},
444-
{
445-
name = "ChannelId"
446-
type = "S"
447-
},
448-
{
449-
name = "SlackTimetamp"
450-
type = "S"
451439
}
452440
]
453441

0 commit comments

Comments
 (0)