Skip to content

Releases: transcend-io/terraform-aws-sombra

v0.3.10

24 Jul 19:43
68ee068
Compare
Choose a tag to compare

Added a role_arn output for the fargate service

v0.3.9

30 Jun 20:33
9539314
Compare
Choose a tag to compare

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

21 May 16:40
c119798
Compare
Choose a tag to compare

Added outputs for ALB listener ARNs on both the internal and external sombra service

0.3.7

09 May 15:08
5696ef2
Compare
Choose a tag to compare

Allow arbitrary secret environment variables passed in through SSM

v0.3.6

07 May 13:59
4893543
Compare
Choose a tag to compare
Merge pull request #19 from transcend-io/dmattia/arbitrary_envs

Allow arbitrary envs to be set on Sombra containers

v0.3.5

02 Apr 22:19
6293e70
Compare
Choose a tag to compare

Fix all terraform module versions to specific value

v0.3.4

13 Mar 15:23
Compare
Choose a tag to compare
  • 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

v0.3.3

02 Mar 22:19
612a07c
Compare
Choose a tag to compare

Added tags to all resources that support them

v0.3.2

02 Mar 21:19
f506108
Compare
Choose a tag to compare

Allow calling module to associate additional VPCs to the private hosted zone

Added documentation for how to use VPC Peering

v0.3.1

02 Mar 21:15
7af33bb
Compare
Choose a tag to compare

Updated README.md