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 94a0862 commit ec59d03Copy full SHA for ec59d03
infrastructure/lambda-review-document-status.tf
@@ -20,6 +20,11 @@ module "review-document-status-check-lambda" {
20
DOCUMENT_REVIEW_S3_BUCKET_NAME = module.ndr-document-pending-review-store.bucket_id
21
WORKSPACE = terraform.workspace
22
}
23
+
24
+ depends_on = [
25
+ aws_api_gateway_rest_api.ndr_doc_store_api,
26
+ module.review_document_status_gateway
27
+ ]
28
29
30
module "review-document-status-check-lambda-alarm" {
0 commit comments