Skip to content

Commit 756d5a8

Browse files
committed
[NDR-28] fix resource id
1 parent 4b58017 commit 756d5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-search-document-references-fhir.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "search-document-references-fhir-lambda" {
2323
module.ndr-app-config.app_config_policy
2424
]
2525
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
26+
resource_id = module.document-reference-gateway.gateway_resource_id
2727
http_methods = ["GET"]
2828
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
2929
lambda_environment_variables = {

0 commit comments

Comments
 (0)