Releases: transcend-io/terraform-aws-sombra
Releases · transcend-io/terraform-aws-sombra
v0.3.0
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