You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`external_address` (String) External Load Balancer IP address where this Load Balancer is exposed.
131
131
-`options` (Attributes) Defines any optional functionality you want to have enabled on your load balancer. (see [below for nested schema](#nestedatt--options))
132
132
-`region` (String) The resource region. If not defined, the provider region is used.
-`port` (Number) Port number where we listen for traffic.
146
145
-`protocol` (String) Protocol is the highest network protocol we understand to load balance. Supported values are: `PROTOCOL_UNSPECIFIED`, `PROTOCOL_TCP`, `PROTOCOL_UDP`, `PROTOCOL_TCP_PROXY`, `PROTOCOL_TLS_PASSTHROUGH`.
147
-
-`server_name_indicators` (Attributes List) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
148
146
-`target_pool` (String) Reference target pool by target pool name.
149
147
148
+
Optional:
149
+
150
+
-`display_name` (String)
151
+
-`server_name_indicators` (Attributes List) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
### Nested Schema for `listeners.server_name_indicators`
152
155
@@ -162,9 +165,6 @@ Optional:
162
165
Required:
163
166
164
167
-`network_id` (String) Openstack network ID.
165
-
166
-
Optional:
167
-
168
168
-`role` (String) The role defines how the load balancer is using the network. Supported values are: `ROLE_UNSPECIFIED`, `ROLE_LISTENERS_AND_TARGETS`, `ROLE_LISTENERS`, `ROLE_TARGETS`.
0 commit comments