Skip to content

Releases: transcend-io/terraform-aws-sombra

v0.3.0

27 Feb 15:54
ccf0f68
Compare
Choose a tag to compare

Overhauled load balancer resources to allow for private DNS to the internal service if desired.

Added var.use_private_load_balancer to control if one or two load balancers is created.

To upgrade from v0.2.0:

  • Make sure your VPC has private DNS enabled
  • Destroy the DNS and load balancer resources
  • Bump the version of the module to v0.3.0
  • Add the use_private_load_balancer var, set it to true if desired
  • Run a plan, make sure the plan looks good, then apply the changes

v0.2.0

21 Feb 00:13
53fdf91
Compare
Choose a tag to compare

Added required organization URI variable.

Allow a list of CIDR ranges to be given for the internal ingress

v0.1.5

20 Feb 00:45
9d5a2f1
Compare
Choose a tag to compare

Allow restricting which CIDR ranges can talk to the external sombra

v0.1.4

19 Feb 22:50
13ea7fb
Compare
Choose a tag to compare

Fixed health check port

v0.1.3

19 Feb 22:42
ee5b37b
Compare
Choose a tag to compare

Updated ALB health check args for the new alb var schema

v0.1.2

18 Feb 05:52
023c300
Compare
Choose a tag to compare

Fixed an issue with the load balancer zone id

v0.1.1

18 Feb 05:08
abedb92
Compare
Choose a tag to compare

Allow conditionally creating ecs cluster

v0.1.0

18 Feb 03:58
8ef20f6
Compare
Choose a tag to compare

Upgraded alb module from v0.4.0 -> 0.5.0

v0.0.1

12 Feb 15:16
Compare
Choose a tag to compare

Initial release. Improvements for external release coming soon.