From f99754246894729287f5166b7b9866f7bc1c6423 Mon Sep 17 00:00:00 2001 From: Gary Tempus Jr Date: Thu, 20 Oct 2022 13:38:33 -0400 Subject: [PATCH] :bug: fix(Pagination): Remove extra quotes from error message I didn't notice the subtle difference between the variables: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html --- terraform/modules/api_gateway/resource/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/modules/api_gateway/resource/main.tf b/terraform/modules/api_gateway/resource/main.tf index b8cb9b10e..6eba66851 100644 --- a/terraform/modules/api_gateway/resource/main.tf +++ b/terraform/modules/api_gateway/resource/main.tf @@ -94,7 +94,7 @@ resource "aws_api_gateway_gateway_response" "integration_timeout" { "application/json" = <