Skip to content

Commit c91a40b

Browse files
committed
Link to policy
1 parent 049f205 commit c91a40b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/terraform/components/api/module_authorizer_lambda.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ module "authorizer_lambda" {
1111
log_retention_in_days = var.log_retention_in_days
1212
kms_key_arn = module.kms.key_arn
1313

14+
iam_policy_document = {
15+
body = data.aws_iam_policy_document.authorizer_lambda.json
16+
}
17+
1418
function_name = "authorizer"
1519
description = "Authorizer for Suppliers API"
1620

0 commit comments

Comments
 (0)