Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

70 lines (44 loc) · 2.48 KB

1.0.5

BUG FIX:

  • Security group "lb_group" adds an extra dash if its in the variable (#23)

1.0.4

ENHANCEMENTS:

  • The security group name for "lb_group" now includes the prefix

1.0.3

BUG FIX:

  • HTTPS with offloading (#19)

1.0.2

  • Listener to redirect HTTP traffic (#17)

1.0.1

ENHANCEMENTS:

  • Multiple host-header support for a single condition (#15)

1.0.0

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Terraform version 0.12.x
  • List variables "http_target_group_names", "http_target_group_ports" and "http_host_headers" replaced with list of objects variable "http_target_group_parameters" (#11)
  • List variables "https_target_group_names", "https_target_group_ports" and "https_host_headers" replaced with list of objects variable "https_target_group_parameters" (#11)
  • Changed variable name of "lb_http_listener" to "create_lb_http_listener" (#12) Changed variable name of "lb_https_listener" to "create_lb_https_listener" (#12)
  • Changed variable name of "lb_internal" to "create_internal_lb" (#12)
  • Changed variabble name of "lb_https_offloading" to "enable_lb_https_offloading" (#12)
  • Variables "lb_private_subnet_ids" and "lb_public_subnet_ids" replaced with "lb_subnet_ids"

ENHANCEMENTS:

  • Upgraded module to terraform 0.12.x (#10)
  • Reduced security group complexity (#13)
  • Enabled access logs (#7)

0.0.2

BACKWARDS INCOMPATIBILITIES / NOTES:

  • N/A

NEW FEATURES:

  • The HTTPS listener now supports offloading to HTTP target groups. (Activated by setting parameter "lb_https_offloading=true")
  • Ability to add multiple targets to target groups

IMPROVEMENTS:

  • Added the following output values:
  • lb_name
  • lb_arn
  • lb_arn_suffix
  • lb_dns_name
  • lb_zone_id

BUG FIXES:

  • Corrected "lb_security_group_ids" typo in README.md