Skip to content

Commit fda38db

Browse files
PRMT-462- testing terraform
1 parent 0b6ba06 commit fda38db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infrastructure/api.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
4343
aws_api_gateway_rest_api.ndr_doc_store_api,
4444
aws_api_gateway_authorizer.repo_authoriser,
4545
aws_api_gateway_resource.get_document_reference,
46-
module.access-audit-gateway,
47-
module.access-audit-lambda,
46+
# module.access-audit-gateway,
47+
# module.access-audit-lambda,
4848
# module.back-channel-logout-gateway,
4949
# module.back_channel_logout_lambda,
5050
# module.document_reference_gateway,
5151
# module.create-doc-ref-lambda,
5252
# module.create-token-gateway,
5353
# module.create-token-lambda,
54-
module.delete-doc-ref-gateway,
54+
# module.delete-doc-ref-gateway,
5555
# module.delete-doc-ref-lambda,
5656
# module.document-manifest-job-gateway,
5757
# module.document-manifest-job-lambda,

0 commit comments

Comments
 (0)