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 0b6ba06 commit fda38dbCopy full SHA for fda38db
infrastructure/api.tf
@@ -43,15 +43,15 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
43
aws_api_gateway_rest_api.ndr_doc_store_api,
44
aws_api_gateway_authorizer.repo_authoriser,
45
aws_api_gateway_resource.get_document_reference,
46
- module.access-audit-gateway,
47
- module.access-audit-lambda,
+ # module.access-audit-gateway,
+ # module.access-audit-lambda,
48
# module.back-channel-logout-gateway,
49
# module.back_channel_logout_lambda,
50
# module.document_reference_gateway,
51
# module.create-doc-ref-lambda,
52
# module.create-token-gateway,
53
# module.create-token-lambda,
54
- module.delete-doc-ref-gateway,
+ # module.delete-doc-ref-gateway,
55
# module.delete-doc-ref-lambda,
56
# module.document-manifest-job-gateway,
57
# module.document-manifest-job-lambda,
0 commit comments