Skip to content

Commit c429b1e

Browse files
PRMT-462- testing terraform
1 parent fda38db commit c429b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/api.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
4141

4242
depends_on = [
4343
aws_api_gateway_rest_api.ndr_doc_store_api,
44-
aws_api_gateway_authorizer.repo_authoriser,
45-
aws_api_gateway_resource.get_document_reference,
44+
# aws_api_gateway_authorizer.repo_authoriser,
45+
# aws_api_gateway_resource.get_document_reference,
4646
# module.access-audit-gateway,
4747
# module.access-audit-lambda,
4848
# module.back-channel-logout-gateway,

0 commit comments

Comments
 (0)