Skip to content

Commit 200d79a

Browse files
authored
[PRMP-1601] Missing depends_on in access audit lambda (#274)
1 parent 881f720 commit 200d79a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/lambda-access-audit.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,7 @@ module "access-audit-lambda" {
8787
}
8888
depends_on = [
8989
aws_api_gateway_rest_api.ndr_doc_store_api,
90+
module.access-audit-gateway,
91+
module.ndr-app-config,
9092
]
9193
}

0 commit comments

Comments
 (0)