File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments