Skip to content

Commit 0bfa8d9

Browse files
committed
[NDR-333] Add core dynamo policies
1 parent 709cb83 commit 0bfa8d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

infrastructure/backup-cross-account.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ resource "aws_backup_selection" "cross_account_backup_selection" {
6060
module.bulk_upload_report_dynamodb_table.dynamodb_table_arn,
6161
module.statistical-reports-store.bucket_arn,
6262
module.pdm_dynamodb_table.dynamodb_table_arn,
63-
module.pdm-document-store.bucket_arn
63+
module.pdm-document-store.bucket_arn,
64+
module.core_dynamodb_table.dynamodb_table_arn,
6465
]
6566
}
6667

infrastructure/lambda-document-upload-check.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module "document_upload_check_lambda" {
1212
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
1313
module.pdm_dynamodb_table.dynamodb_read_policy_document,
1414
module.pdm_dynamodb_table.dynamodb_write_policy_document,
15+
module.core_dynamodb_table.dynamodb_read_policy_document,
16+
module.core_dynamodb_table.dynamodb_write_policy_document,
1517
data.aws_iam_policy.aws_lambda_vpc_access_execution_role.policy
1618
]
1719
kms_deletion_window = var.kms_deletion_window

0 commit comments

Comments
 (0)