Skip to content

Commit

Permalink
Merge branch 'sprint_9_comments' of github.com:flexion/ef-cms into sp…
Browse files Browse the repository at this point in the history
…rint_9_comments
  • Loading branch information
wbyoko committed Mar 12, 2019
2 parents 9f1e31a + 62d3a4c commit 18488bd
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 86 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
Loading

0 comments on commit 18488bd

Please sign in to comment.