Skip to content

Commit e2575d0

Browse files
steph-torres-nhschrisbloe-nhse
authored andcommitted
[PRMP-1302] address PR comments
1 parent e359270 commit e2575d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/nrl-sandbox-get-doc-ref.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resource "aws_api_gateway_resource" "sandbox_get_document_reference" {
1818
path_part = "DocumentReference"
1919
}
2020

21-
resource "aws_api_gateway_resource" "sandbox_get_document_reference_path_parametre" {
21+
resource "aws_api_gateway_resource" "sandbox_get_document_reference_path_parameter" {
2222
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
2323
parent_id = aws_api_gateway_resource.sandbox_get_document_reference.id
2424
path_part = "{id}"
@@ -36,7 +36,7 @@ resource "aws_api_gateway_method" "sandbox_get_document_reference" {
3636
}
3737

3838

39-
resource "aws_api_gateway_integration" "get_document_reference_mock_integration" {
39+
resource "aws_api_gateway_integration" "get_document_reference_mock" {
4040
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
4141
resource_id = aws_api_gateway_resource.sandbox_get_document_reference_path_parametre.id
4242
type = "MOCK"

0 commit comments

Comments
 (0)