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: "Network operator, only applicable to open CLB. Valid values are `CMCC`(China Mobile), `CTCC`(Telecom), `CUCC`(China Unicom) and `BGP`. If this ISP is specified, network billing method can only use the bandwidth package billing (BANDWIDTH_PACKAGE).",
161
161
},
162
+
"load_balancer_pass_to_target": {
163
+
Type: schema.TypeBool,
164
+
Optional: true,
165
+
Default: true,
166
+
Description: "Whether the target allow flow come from clb. If value is true, only check security group of clb, or check both clb and backend instance security group.",
167
+
},
162
168
},
163
169
}
164
170
}
@@ -308,13 +314,15 @@ func resourceTencentCloudClbInstanceCreate(d *schema.ResourceData, meta interfac
0 commit comments