Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32400839
D9877.1765340546.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
602 B
Referenced Files
None
Subscribers
None
D9877.1765340546.diff
View Options
diff --git a/services/terraform/modules/shared/dynamodb.tf b/services/terraform/modules/shared/dynamodb.tf
--- a/services/terraform/modules/shared/dynamodb.tf
+++ b/services/terraform/modules/shared/dynamodb.tf
@@ -97,9 +97,11 @@
}
resource "aws_dynamodb_table" "identity-users" {
- name = "identity-users"
- hash_key = "userID"
- billing_mode = "PAY_PER_REQUEST"
+ name = "identity-users"
+ hash_key = "userID"
+ billing_mode = "PAY_PER_REQUEST"
+ stream_enabled = true
+ stream_view_type = "NEW_AND_OLD_IMAGES"
attribute {
name = "userID"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 10, 4:22 AM (12 h, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5860932
Default Alt Text
D9877.1765340546.diff (602 B)
Attached To
Mode
D9877: [terraform] [2/n] enable streams for DynamoDB identity-users table
Attached
Detach File
Event Timeline
Log In to Comment