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 47cb5a4 commit 0e5bed9Copy full SHA for 0e5bed9
infrastructure/iam.tf
@@ -23,7 +23,7 @@ data "aws_iam_policy_document" "assume_role_policy_for_create_lambda" {
23
type = "AWS"
24
identifiers = compact([
25
module.create-doc-ref-lambda.lambda_execution_role_arn,
26
- local.is_production ? null : module.post-document-references-fhir-lambda.lambda_execution_role_arn
+ module.post-document-references-fhir-lambda.lambda_execution_role_arn
27
])
28
}
29
0 commit comments