We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e9ce0 commit 5a3387dCopy full SHA for 5a3387d
1 file changed
infrastructure/lambda-create-user-restriction.tf
@@ -5,7 +5,8 @@ module "create_user_restriction_lambda" {
5
iam_role_policy_documents = [
6
module.ndr-app-config.app_config_policy,
7
aws_iam_policy.ssm_access_policy.policy,
8
- module.user_restriction_table.dynamodb_write_policy_document
+ module.user_restriction_table.dynamodb_write_policy_document,
9
+ module.user_restriction_table.dynamodb_read_policy_document
10
]
11
kms_deletion_window = var.kms_deletion_window
12
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
0 commit comments