We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753ec75 commit 494fd60Copy full SHA for 494fd60
infrastructure/iam.tf
@@ -21,7 +21,7 @@ data "aws_iam_policy_document" "assume_role_policy_for_create_lambda" {
21
22
principals {
23
type = "AWS"
24
- identifiers = [module.create-doc-ref-lambda.lambda_execution_role_arn, module.post-document-references-fhir-lambda.lambda_execution_role_arn]
+ identifiers = [module.create-doc-ref-lambda.lambda_execution_role_arn, module.post-document-references-fhir-lambda[0].lambda_execution_role_arn]
25
}
26
27
0 commit comments