Terraform not adding lambda integration_type to API Gateway despite having route and integration done properly – Amazon Web Sevices
A manually created API Gateway and lambda endpoint has this "/results" in lambda console: However when I try to create similar combination of API Gateway + lambda in another region using TF code, it has no "/result" at the end.…