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