Skip to content

Commit

Permalink
chore: remove unused Vault Status global secondary index
Browse files Browse the repository at this point in the history
  • Loading branch information
craigzour committed Nov 26, 2024
1 parent a5d57da commit 56fe55a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions aws/dynamodb/dynamo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,11 @@ resource "aws_dynamodb_table" "vault" {
type = "S"
}

attribute {
name = "Status"
type = "S"
}

attribute {
name = "Status#CreatedAt"
type = "S"
}

global_secondary_index {
name = "Status"
hash_key = "FormID"
range_key = "Status"
projection_type = "ALL"
}

global_secondary_index {
name = "StatusCreatedAt"
hash_key = "FormID"
Expand Down

0 comments on commit 56fe55a

Please sign in to comment.