Skip to content

Commit 7b5e895

Browse files
[PRMP-579] add bucket to back up vault
1 parent 2603166 commit 7b5e895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/backups.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ resource "aws_backup_selection" "s3_continuous_backup" {
2626
resources = [
2727
module.ndr-document-store.bucket_arn,
2828
module.ndr-lloyd-george-store.bucket_arn,
29-
module.statistical-reports-store.bucket_arn
29+
module.statistical-reports-store.bucket_arn,
30+
module.ndr-document-pending-review-store.bucket_arn
3031
]
3132
}
3233

0 commit comments

Comments
 (0)