Skip to content

Commit 494fd60

Browse files
committed
[NDR-97] add index
1 parent 753ec75 commit 494fd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data "aws_iam_policy_document" "assume_role_policy_for_create_lambda" {
2121

2222
principals {
2323
type = "AWS"
24-
identifiers = [module.create-doc-ref-lambda.lambda_execution_role_arn, module.post-document-references-fhir-lambda.lambda_execution_role_arn]
24+
identifiers = [module.create-doc-ref-lambda.lambda_execution_role_arn, module.post-document-references-fhir-lambda[0].lambda_execution_role_arn]
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)