Right now, there is no way to override environment variables this module sets.
This is especially problematic given that ENCRYPTION_KEY is always the random string: https://github.com/tryretool/terraform-retool-modules/blob/main/modules/aws_ecs/locals.tf#L42-L45
I would like a way to customize the ENCRYPTION_KEY, but this does not seem possible with this module right now