Difference between revisions of "Terraform: protocol"
Jump to navigation
Jump to search
(3 intermediate revisions by one other user not shown) | |||
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]] | ||
+ | * <code>[[aws_security_group_rule]]</code> | ||
+ | * <code>[[Error: error creating ELBv2 Listener]]</code> | ||
== See also == | == See also == |
Latest revision as of 18:34, 31 January 2023
Advertising: