Skip to content

Commit 577b975

Browse files
committed
NDR-213 Add explicit depends on
1 parent 53e1483 commit 577b975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-get-document-fhir.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ module "get-doc-fhir-lambda" {
4646
CLOUDFRONT_URL = module.cloudfront-distribution-lg.cloudfront_url
4747
PDS_FHIR_IS_STUBBED = local.is_sandbox
4848
}
49-
depends_on = [aws_api_gateway_method.get_document_reference]
49+
depends_on = [aws_api_gateway_method.get_document_reference, aws_api_gateway_resource.get_document_reference]
5050
}
5151

0 commit comments

Comments
 (0)