Skip to content

Commit 0e5bed9

Browse files
authored
[NDR-281] Allow assume role for POST FHIR (#481)
1 parent 47cb5a4 commit 0e5bed9

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
@@ -23,7 +23,7 @@ data "aws_iam_policy_document" "assume_role_policy_for_create_lambda" {
2323
type = "AWS"
2424
identifiers = compact([
2525
module.create-doc-ref-lambda.lambda_execution_role_arn,
26-
local.is_production ? null : module.post-document-references-fhir-lambda.lambda_execution_role_arn
26+
module.post-document-references-fhir-lambda.lambda_execution_role_arn
2727
])
2828
}
2929
}

0 commit comments

Comments
 (0)