File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
4444 aws_api_gateway_rest_api . ndr_doc_store_api ,
4545 aws_api_gateway_authorizer . repo_authoriser ,
4646 aws_api_gateway_resource . document_reference_by_id ,
47- aws_api_gateway_integration . get_document_reference_version_integration ,
47+ aws_api_gateway_integration . get_document_reference_version ,
4848 module . access-audit-gateway ,
4949 module . access-audit-lambda ,
5050 module . back-channel-logout-gateway ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module "get-doc-ref-lambda" {
7373 ]
7474}
7575
76- resource "aws_api_gateway_integration" "get_document_reference_version_integration " {
76+ resource "aws_api_gateway_integration" "get_document_reference_version " {
7777 rest_api_id = aws_api_gateway_rest_api. ndr_doc_store_api . id
7878 resource_id = module. document_reference_version_gateway . gateway_resource_id
7979 http_method = " GET"
You can’t perform that action at this time.
0 commit comments