We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54e9dc commit 6ae0a2eCopy full SHA for 6ae0a2e
1 file changed
infrastructure/lambda-create-user-restriction.tf
@@ -1,7 +1,7 @@
1
module "create_user_restriction_lambda" {
2
source = "./modules/lambda"
3
name = "CreateUserRestriction"
4
- handler = "handlers.create_user_restriction_handler.lambda_handler"
+ handler = "handlers.user_restrictions.create_user_restriction_handler.lambda_handler"
5
iam_role_policy_documents = [
6
module.ndr-app-config.app_config_policy,
7
aws_iam_policy.ssm_access_policy.policy,
0 commit comments