Skip to content

Commit

Permalink
Teleport 4 requires stream view for cluster state table (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jul 26, 2019
1 parent eb78eb0 commit 36263ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dynamodb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ module "dynamodb_state_table" {
attributes = ["${compact(concat(var.attributes, list("cluster_state")))}"]
tags = "${var.tags}"
enable_encryption = "true"
enable_streams = "true"
stream_view_type = "NEW_IMAGE"
hash_key = "HashKey"
hash_key_type = "S"
range_key = "FullPath"
Expand Down

0 comments on commit 36263ad

Please sign in to comment.