github cloudposse/terraform-aws-alb v2.5.0

8 hours ago
feat(alb): add desync mitigation mode support @RoseSecurity (#206) ## What and Why

This introduces support for configuring the desync mitigation mode on the AWS load balancer resource. It adds a new variable to control how the load balancer handles potentially risky HTTP desync requests, improving security configuration flexibility.

New desync mitigation mode support:

  • Added the desync_mitigation_mode argument to the aws_lb resource in main.tf, allowing the load balancer's HTTP desync handling to be configured.
  • Introduced a new desync_mitigation_mode variable in variables.tf with validation for accepted values (monitor, defensive, strictest) and a default of defensive.

Don't miss a new terraform-aws-alb release

NewReleases is sending notifications on new releases.