Difference between revisions of "Terraform: protocol"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener#protocol | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener#protocol | ||
− | *<code>HTTP or HTTPS</code> | + | * For Application Load balancers: <code>HTTP or HTTPS</code> |
+ | * For Network Load Balancers, valid values are <code>TCP, TLS, UDP, and TCP_UDP</code> | ||
+ | == Related == | ||
* [[Terraform resource: aws lb listener]] | * [[Terraform resource: aws lb listener]] | ||
− | * [[Error: error creating ELBv2 Listener]] | + | * <code>[[Error: error creating ELBv2 Listener]]</code> |
== See also == | == See also == |
Revision as of 15:32, 12 January 2023
- For Application Load balancers:
HTTP or HTTPS
- For Network Load Balancers, valid values are
TCP, TLS, UDP, and TCP_UDP
Related
See also
Advertising: