File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments