Skip to content

Commit d4f59b8

Browse files
authored
Add Texas backup tag to dynamoDB (#1021)
# Task Branch Pull Request **<https://nhsd-jira.digital.nhs.uk/browse/DS-2362>** ## Description of Changes Adds a tag on the DynamoDB table to indicate we won't be using Texas's backup solution. We covered by PiTR (Point in Time Recovery) ## Type of change - New feature (non-breaking change which adds functionality) ## Development Checklist - [x] I have performed a self-review of my own code - [x] Tests have added that prove my fix is effective or that my feature works (Integration tests) - [x] I have updated Dependabot to include my changes (if applicable) ## Code Reviewer Checklist - [x] I can confirm the changes have been tested or approved by a tester
1 parent 978e780 commit d4f59b8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

infrastructure/stacks/shared-resources/dynamodb.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ resource "aws_dynamodb_table" "message-history-table" {
4040
enabled = true
4141
}
4242

43+
tags = {
44+
"backup_plan" = "none"
45+
}
46+
4347
depends_on = [
4448
aws_kms_key.signing_key
4549
]

0 commit comments

Comments
 (0)