As per terraform doc, uri for the aws_api_gateway_integration should be
resource "aws_api_gateway_integration" "integration" {
...
...
uri = "arn:aws:apigateway:{region}:firehose:PutRecord/{service_api}"
}
I am not able to figure out what the service_api should be. Can you please help?
https://www.terraform.io/docs/providers/aws/r/api_gateway_integration.html