I’m deploying an ECS cluster behind an ALB to LocalStack. This deploy works correctly to the live AWS cloud, and it works correctly when deploying to a fresh LocalStack instance. However on subsequent runs of tflocal apply, despite no changes to template files there is a proposed change to my ALB listener to change my port from 4566 to 65000, despite 65000 being the original port the ALB is set to in the template files. It seems that on the first deploy, LocalStack is somehow changing the listener port from 65000 to 4566 and when subsequent deploys are applied the app breaks and the listener is unreachable.
Any help?