Our current infra code base for ECS only supports one domain and path based routing per application

Our current infra code base for ECS only supports one domain and path based routing per application.
Basically if you want to add one more additional path on ALB for routing for the same app, its not possible currently.
So we need a list based variable for both domain and paths. It’s going to be a bit tricky due to limitations of terraform.
Do try to implement this and raise a PR for tf-modules repository.