Skip to content

Commit 79d1ece

Browse files
[PRMP-166] remove unnecessary policies
1 parent 44546c5 commit 79d1ece

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

infrastructure/lambda-update-doc-ref.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,11 @@ module "update_doc_ref_lambda" {
6161
name = "UpdateDocRefLambda"
6262
handler = "handlers.update_document_reference_handler.lambda_handler"
6363
iam_role_policy_documents = [
64-
module.ndr-bulk-staging-store.s3_read_policy_document,
6564
module.ndr-bulk-staging-store.s3_write_policy_document,
6665
module.ndr-lloyd-george-store.s3_write_policy_document,
6766
module.ndr-lloyd-george-store.s3_read_policy_document,
6867
module.ndr-document-store.s3_read_policy_document,
6968
module.ndr-document-store.s3_write_policy_document,
70-
module.document_reference_dynamodb_table.dynamodb_write_policy_document,
71-
module.document_reference_dynamodb_table.dynamodb_read_policy_document,
72-
module.stitch_metadata_reference_dynamodb_table.dynamodb_read_policy_document,
73-
module.stitch_metadata_reference_dynamodb_table.dynamodb_write_policy_document,
7469
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
7570
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
7671
aws_iam_policy.ssm_access_policy.policy,

0 commit comments

Comments
 (0)