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 01b3bfa commit 8b8d8a8Copy full SHA for 8b8d8a8
infrastructure/lambda-search-document-references-fhir.tf
@@ -23,7 +23,7 @@ module "search-document-references-fhir-lambda" {
23
module.ndr-app-config.app_config_policy
24
]
25
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
26
- resource_id = aws_api_gateway_resource.get_document_references_fhir[0].id
+ resource_id = module.document-reference-gateway.gateway_resource_id
27
http_methods = ["GET"]
28
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
29
lambda_environment_variables = {
0 commit comments