Skip to content

Commit ec59d03

Browse files
[PRMP-927] Add missing dependency block to the review lambda (#524)
1 parent 94a0862 commit ec59d03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infrastructure/lambda-review-document-status.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ module "review-document-status-check-lambda" {
2020
DOCUMENT_REVIEW_S3_BUCKET_NAME = module.ndr-document-pending-review-store.bucket_id
2121
WORKSPACE = terraform.workspace
2222
}
23+
24+
depends_on = [
25+
aws_api_gateway_rest_api.ndr_doc_store_api,
26+
module.review_document_status_gateway
27+
]
2328
}
2429

2530
module "review-document-status-check-lambda-alarm" {

0 commit comments

Comments
 (0)