Skip to content

Commit

Permalink
Removing CurrentGPODS Secondary Index on LG metadata (#144)
Browse files Browse the repository at this point in the history
* removed currentGpOds field as an index from the LG metadata table
* attribute also removed due to terraform restrictions

---------

Co-authored-by: Scott Alexander <[email protected]>
  • Loading branch information
SRAlexander and Scott Alexander authored Feb 15, 2024
1 parent b8be391 commit 3630672
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions infrastructure/dynamo_db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ module "lloyd_george_reference_dynamodb_table" {
{
name = "NhsNumber"
type = "S"
},
{
name = "CurrentGpOds"
type = "S"
}
]

Expand All @@ -79,11 +75,6 @@ module "lloyd_george_reference_dynamodb_table" {
name = "NhsNumberIndex"
hash_key = "NhsNumber"
projection_type = "ALL"
},
{
name = "CurrentGpOdsIndex"
hash_key = "CurrentGpOds"
projection_type = "ALL"
}
]

Expand Down

0 comments on commit 3630672

Please sign in to comment.