We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7f2fc commit 588754bCopy full SHA for 588754b
infrastructure/lambda-search-doc-references.tf
@@ -63,7 +63,8 @@ module "search-document-references-lambda" {
63
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
64
module.ndr-lloyd-george-store.s3_read_policy_document,
65
module.ndr-document-store.s3_read_policy_document,
66
- module.ndr-app-config.app_config_policy
+ module.ndr-app-config.app_config_policy,
67
+ aws_iam_policy.ssm_access_policy.policy
68
]
69
kms_deletion_window = var.kms_deletion_window
70
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
0 commit comments