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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
## 1.47.1 (Unreleased)
2
2
3
3
ENHANCEMENTS:
4
+
5
+
* Resource: `tencentcloud_clb_listener` support configure HTTP health check for TCP listener([#539](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/issues/539)).
Description: "Unhealthy threshold of health check, and the default is 3. If a success result is returned for the health check three consecutive times, the CVM is identified as unhealthy. 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.",
114
114
},
115
+
"health_check_type": {
116
+
Type: schema.TypeString,
117
+
Computed: true,
118
+
Description: "Protocol used for health check.",
119
+
},
120
+
"health_check_port": {
121
+
Type: schema.TypeInt,
122
+
Computed: true,
123
+
Description: "The health check port is the port of the backend service.",
124
+
},
125
+
"health_check_http_version": {
126
+
Type: schema.TypeString,
127
+
Computed: true,
128
+
Description: "The HTTP version of the backend service.",
129
+
},
130
+
"health_check_http_code": {
131
+
Type: schema.TypeInt,
132
+
Computed: true,
133
+
Description: "HTTP health check code of TCP listener.",
134
+
},
135
+
"health_check_http_path": {
136
+
Type: schema.TypeString,
137
+
Computed: true,
138
+
Description: "HTTP health check path of TCP listener.",
139
+
},
140
+
"health_check_http_domain": {
141
+
Type: schema.TypeString,
142
+
Computed: true,
143
+
Description: "HTTP health check domain of TCP listener.",
144
+
},
145
+
"health_check_http_method": {
146
+
Type: schema.TypeString,
147
+
Computed: true,
148
+
Description: "HTTP health check method of TCP listener.",
149
+
},
150
+
"health_check_context_type": {
151
+
Type: schema.TypeString,
152
+
Computed: true,
153
+
Description: "Health check protocol.",
154
+
},
155
+
"health_check_send_context": {
156
+
Type: schema.TypeString,
157
+
Computed: true,
158
+
Description: "It represents the content of the request sent by the health check.",
159
+
},
160
+
"health_check_recv_context": {
161
+
Type: schema.TypeString,
162
+
Computed: true,
163
+
Description: "It represents the result returned by the health check.",
164
+
},
115
165
"certificate_ssl_mode": {
116
166
Type: schema.TypeString,
117
167
Computed: true,
@@ -195,13 +245,13 @@ func dataSourceTencentCloudClbListenersRead(d *schema.ResourceData, meta interfa
0 commit comments