Page MenuHomePhabricator

D4693.id15134.diff
No OneTemporary

D4693.id15134.diff

diff --git a/services/terraform/dynamodb-test.tf b/services/terraform/dynamodb-test.tf
--- a/services/terraform/dynamodb-test.tf
+++ b/services/terraform/dynamodb-test.tf
@@ -88,12 +88,12 @@
resource "aws_dynamodb_table" "tunnelbroker-device-sessions-test" {
name = "tunnelbroker-device-sessions-test"
- hash_key = "SessionId"
+ hash_key = "SessionID"
write_capacity = 10
read_capacity = 10
attribute {
- name = "SessionId"
+ name = "SessionID"
type = "S"
}
@@ -105,12 +105,12 @@
resource "aws_dynamodb_table" "tunnelbroker-verification-messages-test" {
name = "tunnelbroker-verification-messages-test"
- hash_key = "DeviceId"
+ hash_key = "DeviceID"
write_capacity = 10
read_capacity = 10
attribute {
- name = "DeviceId"
+ name = "DeviceID"
type = "S"
}
@@ -122,12 +122,12 @@
resource "aws_dynamodb_table" "tunnelbroker-public-keys-test" {
name = "tunnelbroker-public-keys-test"
- hash_key = "DeviceId"
+ hash_key = "DeviceID"
write_capacity = 10
read_capacity = 10
attribute {
- name = "DeviceId"
+ name = "DeviceID"
type = "S"
}
}
diff --git a/services/terraform/dynamodb.tf b/services/terraform/dynamodb.tf
--- a/services/terraform/dynamodb.tf
+++ b/services/terraform/dynamodb.tf
@@ -88,12 +88,12 @@
resource "aws_dynamodb_table" "tunnelbroker-device-sessions" {
name = "tunnelbroker-device-sessions"
- hash_key = "SessionId"
+ hash_key = "SessionID"
write_capacity = 10
read_capacity = 10
attribute {
- name = "SessionId"
+ name = "SessionID"
type = "S"
}
@@ -105,12 +105,12 @@
resource "aws_dynamodb_table" "tunnelbroker-verification-messages" {
name = "tunnelbroker-verification-messages"
- hash_key = "DeviceId"
+ hash_key = "DeviceID"
write_capacity = 10
read_capacity = 10
attribute {
- name = "DeviceId"
+ name = "DeviceID"
type = "S"
}
@@ -122,12 +122,12 @@
resource "aws_dynamodb_table" "tunnelbroker-public-keys" {
name = "tunnelbroker-public-keys"
- hash_key = "DeviceId"
+ hash_key = "DeviceID"
write_capacity = 10
read_capacity = 10
attribute {
- name = "DeviceId"
+ name = "DeviceID"
type = "S"
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 19, 2:31 AM (22 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2536548
Default Alt Text
D4693.id15134.diff (2 KB)

Event Timeline