Hey, getting a weird error when trying to deploy
ecs-services tasks. Some, but not all of our services are failing to deploy with this error:
│ Error: creating ECS Task Definition (taskname): ClientException: When networkMode=awsvpc, the application protocol must be one of [http, http2, grpc]
│
│ with module.ecs_alb_service_task[0].aws_ecs_task_definition.default[0],
│ on .terraform/modules/ecs_alb_service_task/main.tf line 49, in resource "aws_ecs_task_definition" "default":
│ 49: resource "aws_ecs_task_definition" "default" {
│