Skip to content

Releases: telia-oss/terraform-aws-loadbalancer

v4.2.1

01 Feb 12:37
2aaaea1
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go from 1.21.8 to 1.33.0 by @dependabot in #17

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

05 Dec 11:14
b2378be
Compare
Choose a tag to compare

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

Full Changelog: v4.1.0...v4.2.0

v4.1.0

05 Dec 10:55
e88821e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

01 Apr 11:45
385033b
Compare
Choose a tag to compare

Upgraded to support Terraform >= 0.14

v3.0.0

02 Aug 08:03
0e6d501
Compare
Choose a tag to compare

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 use terraform state mv to move main_with_access_logs to main.
  • access_logs block now replaces previous access_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

19 Jul 07:24
2a9f799
Compare
Choose a tag to compare

Upgraded to support terraform >= 0.12.

v1.0.0

18 Jul 22:08
995d75e
Compare
Choose a tag to compare

Final release before terraform 0.12 upgrade.

v0.4.0

15 Feb 11:17
995d75e
Compare
Choose a tag to compare
  • Components now have the option to create Cloud Watch Dashboard that will provide the most important metrics

v0.3.0: support for idle_timeout (#5)

28 Nov 08:59
Compare
Choose a tag to compare
* support for idle_timeout