Skip to content

Commit

Permalink
docs/resource/aws_lb: Add documentation for new drop_invalid_header flag
Browse files Browse the repository at this point in the history
This commit adds the documentation for the new
drop_invalid_header_fields attribute for aws application load balancers.
Sourced from
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html.
  • Loading branch information
kireledan committed Jan 13, 2020
1 parent 88d9ef8 commit fcfa5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/lb.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Terraform will autogenerate a name beginning with `tf-lb`.
* `internal` - (Optional) If true, the LB will be internal.
* `load_balancer_type` - (Optional) The type of load balancer to create. Possible values are `application` or `network`. The default value is `application`.
* `security_groups` - (Optional) A list of security group IDs to assign to the LB. Only valid for Load Balancers of type `application`.
* `drop_invalid_header_fields` - (Optional) 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`.
* `access_logs` - (Optional) An Access Logs block. Access Logs documented below.
* `subnets` - (Optional) A list of subnet IDs to attach to the LB. Subnets
cannot be updated for Load Balancers of type `network`. Changing this value
Expand Down

0 comments on commit fcfa5ff

Please sign in to comment.