Skip to content

Commit 588754b

Browse files
authored
[PRMP-824] Add SSM access policy to Lambda search document references (#498)
Signed-off-by: NogaNHS <[email protected]>
1 parent df7f2fc commit 588754b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/lambda-search-doc-references.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ module "search-document-references-lambda" {
6363
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
6464
module.ndr-lloyd-george-store.s3_read_policy_document,
6565
module.ndr-document-store.s3_read_policy_document,
66-
module.ndr-app-config.app_config_policy
66+
module.ndr-app-config.app_config_policy,
67+
aws_iam_policy.ssm_access_policy.policy
6768
]
6869
kms_deletion_window = var.kms_deletion_window
6970
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id

0 commit comments

Comments
 (0)