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 881f720 commit 200d79aCopy full SHA for 200d79a
infrastructure/lambda-access-audit.tf
@@ -87,5 +87,7 @@ module "access-audit-lambda" {
87
}
88
depends_on = [
89
aws_api_gateway_rest_api.ndr_doc_store_api,
90
+ module.access-audit-gateway,
91
+ module.ndr-app-config,
92
]
93
0 commit comments