Releases: transcend-io/terraform-aws-sombra
Releases · transcend-io/terraform-aws-sombra
v0.3.10
v0.3.9
Made the jwt_ecdsa_key
variable optional. This variable is only optional for internal usage at Transcend, all customers should still supply this variable.
If a customer forgets to supply this variable, the sombra app will crash with a message saying that the JWT_ECDSA_KEY
env var could not be found
v0.3.8
0.3.7
v0.3.6
v0.3.5
v0.3.4
- Allows tls passphrase, key, and cert to be null
- Added documentation to the tls_config var for the different options sombra supports, and how to use them through this module
- sorted the container env values for nicer terraform plan output
- Allow hardcoding the alb name to prevent downtime on our single tenant sombra deploys for now