Releases: telia-oss/terraform-aws-loadbalancer
Releases · telia-oss/terraform-aws-loadbalancer
v4.2.1
What's Changed
- Bump github.com/aws/aws-sdk-go from 1.21.8 to 1.33.0 by @dependabot in #17
New Contributors
- @dependabot made their first contribution in #17
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- add arn_suffix to outputs for use in cloudwatch metrics by @colincoleman in #12
- Add deletion protection and cross-zone variables. by @Prophecy67 in #14
New Contributors
- @Prophecy67 made their first contribution in #14
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Expose ip address type by @ogonzalez-sd in #16
New Contributors
- @ogonzalez-sd made their first contribution in #16
Full Changelog: v4.0.0...v4.1.0
v4.0.0
v3.0.0
This release contains breaking changes:
- If you were previously specifying
access_log_bucket
, v3 will be a breaking change since there are no longer two resources internally in the module. To avoid recreating your load balancer, you can useterraform state mv
to movemain_with_access_logs
tomain
. access_logs
block now replaces previousaccess_log_*
variables.add_cloudwatch_dashboard
is no longer an option. We have chosen to remove it from the module as we consider the best practice to be that dashboards are created for a service, and not just the load balancer.- Added terratest scaffolding :)
v2.0.0
v1.0.0
v0.4.0
v0.3.0: support for idle_timeout (#5)
* support for idle_timeout