Skip to content

Commit 87b7316

Browse files
committed
NRL-853 add backup tag to pointer table
1 parent b465e2b commit 87b7316

File tree

1 file changed

+2
-1
lines changed
  • terraform/account-wide-infrastructure/modules/pointers-table

1 file changed

+2
-1
lines changed

terraform/account-wide-infrastructure/modules/pointers-table/dynamodb.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ resource "aws_dynamodb_table" "pointers" {
5151
point_in_time_recovery {
5252
enabled = var.enable_pitr
5353
}
54-
#tags conditional
54+
55+
tags = var.enable_backups ? { NHSE-Enable-Backup : daily } : {}
5556
}

0 commit comments

Comments
 (0)