Amazon web services – Container definition deployed by terraform loses mount_points and port_mappings
I am trying to deploy an aws_ecs_task_definition with two containers that share an EBS volume. Terraform will successfully run the deployment and update the task/container definitions but port_mappings and mount_points are never present in the container definitions when view in…