Job description
We have several Terraform (community) modules that we have modified for our needs. They put together the entire network (VPC), ECS Fargate and service together with ALB.
The task is to modify one of the modules so that when we add another service to ECS (we add another module entry in the code), it adds a target to ALB with separate rules so that each service has a separate DNS name (automatically added in Route53 from Terraform, which is already done).
All the code is in GitLab (private repository).