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
Description: "Certificate information. You can specify multiple server-side certificates with different algorithm types. This parameter is only applicable to HTTPS listeners with the SNI feature not enabled. Certificate and MultiCertInfo cannot be specified at the same time.",
Copy file name to clipboardExpand all lines: website/docs/r/clb_listener_rule.html.markdown
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,8 @@ The following arguments are supported:
76
76
*`clb_id` - (Required, String) ID of CLB instance.
77
77
*`listener_id` - (Required, String, ForceNew) ID of CLB listener.
78
78
*`url` - (Required, String) Url of the listener rule.
79
-
*`certificate_ca_id` - (Optional, String, ForceNew) ID of the client certificate. NOTES: Only supports listeners of HTTPS protocol.
80
-
*`certificate_id` - (Optional, String, ForceNew) ID of the server certificate. NOTES: Only supports listeners of HTTPS protocol.
79
+
*`certificate_ca_id` - (Optional, String) ID of the client certificate. NOTES: Only supports listeners of HTTPS protocol.
80
+
*`certificate_id` - (Optional, String) ID of the server certificate. NOTES: Only supports listeners of HTTPS protocol.
81
81
*`certificate_ssl_mode` - (Optional, String, ForceNew) Type of certificate. Valid values: `UNIDIRECTIONAL`, `MUTUAL`. NOTES: Only supports listeners of HTTPS protocol.
82
82
*`domain` - (Optional, String) Domain name of the listener rule. Single domain rules are passed to `domain`, and multi domain rules are passed to `domains`.
83
83
*`domains` - (Optional, Set: [`String`]) Domain name list of the listener rule. Single domain rules are passed to `domain`, and multi domain rules are passed to `domains`.
@@ -94,7 +94,7 @@ The following arguments are supported:
94
94
*`health_check_type` - (Optional, String) Type of health check. Valid value is `CUSTOM`, `PING`, `TCP`, `HTTP`, `HTTPS`, `GRPC`, `GRPCS`.
95
95
*`health_check_unhealth_num` - (Optional, Int) Unhealthy threshold of health check, and the default is `3`. If the unhealthy result is returned 3 consecutive times, indicates that the forwarding is abnormal. The value range is [2-10]. NOTES: TCP/UDP/TCP_SSL listener allows direct configuration, HTTP/HTTPS listener needs to be configured in `tencentcloud_clb_listener_rule`.
96
96
*`http2_switch` - (Optional, Bool) Indicate to apply HTTP2.0 protocol or not.
97
-
*`multi_cert_info` - (Optional, List, ForceNew) Certificate information. You can specify multiple server-side certificates with different algorithm types. This parameter is only applicable to HTTPS listeners with the SNI feature not enabled. Certificate and MultiCertInfo cannot be specified at the same time.
97
+
*`multi_cert_info` - (Optional, List) Certificate information. You can specify multiple server-side certificates with different algorithm types. This parameter is only applicable to HTTPS listeners with the SNI feature not enabled. Certificate and MultiCertInfo cannot be specified at the same time.
*`quic` - (Optional, Bool) Whether to enable QUIC. Note: QUIC can be enabled only for HTTPS domain names.
100
100
*`scheduler` - (Optional, String) Scheduling method of the CLB listener rules. Valid values: `WRR`, `IP HASH`, `LEAST_CONN`. The default is `WRR`. NOTES: TCP/UDP/TCP_SSL listener allows direct configuration, HTTP/HTTPS listener needs to be configured in `tencentcloud_clb_listener_rule`.
@@ -103,7 +103,7 @@ The following arguments are supported:
103
103
104
104
The `multi_cert_info` object supports the following:
105
105
106
-
*`cert_id_list` - (Required, Set, ForceNew) List of server certificate ID.
106
+
*`cert_id_list` - (Required, Set) List of server certificate ID.
0 commit comments