Skip to content

Commit

Permalink
drop_invalid_header_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed May 20, 2021
1 parent 6042cba commit d6dce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ variable "load_balancer_type" {

variable "drop_invalid_header_fields" {
type = bool
default = false
default = true
description = "Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type application."
}

Expand Down

0 comments on commit d6dce85

Please sign in to comment.