Skip to content

Commit

Permalink
removing ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
codyseibert committed Mar 12, 2019
1 parent 35e58a7 commit 62d3a4c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions efcms-service/terraform/template/dynamo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ resource "aws_dynamodb_table" "efcms-east" {
type = "S"
}

ttl {
attribute_name = "timeToLive"
enabled = false
}

stream_enabled = true
stream_view_type = "NEW_AND_OLD_IMAGES"

Expand Down Expand Up @@ -55,11 +50,6 @@ resource "aws_dynamodb_table" "efcms-west" {
type = "S"
}

ttl {
attribute_name = "timeToLive"
enabled = false
}

stream_enabled = true
stream_view_type = "NEW_AND_OLD_IMAGES"

Expand Down

0 comments on commit 62d3a4c

Please sign in to comment.