Skip to content

Commit b0f24ec

Browse files
committed
[PRMP-1465] removing the subdir as makefile flattens on FE
1 parent 6ae0a2e commit b0f24ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/lambda-create-user-restriction.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "create_user_restriction_lambda" {
22
source = "./modules/lambda"
33
name = "CreateUserRestriction"
4-
handler = "handlers.user_restrictions.create_user_restriction_handler.lambda_handler"
4+
handler = "handlers.create_user_restriction_handler.lambda_handler"
55
iam_role_policy_documents = [
66
module.ndr-app-config.app_config_policy,
77
aws_iam_policy.ssm_access_policy.policy,

0 commit comments

Comments
 (0)