Skip to content

Commit 11b7868

Browse files
authored
fix(clb): [136797507] tencentcloud_clb_instance update doc (#3137)
* add * add
1 parent 22f88aa commit 11b7868

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/3137.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_clb_instance: update doc
3+
```

tencentcloud/services/clb/resource_tc_clb_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func ResourceTencentCloudClbInstance() *schema.Resource {
102102
Type: schema.TypeInt,
103103
Optional: true,
104104
Computed: true,
105-
Description: "Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.",
105+
Description: "Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is Mbps.",
106106
},
107107
"security_groups": {
108108
Type: schema.TypeList,

website/docs/r/clb_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ The following arguments are supported:
524524
* `delete_protect` - (Optional, Bool) Whether to enable delete protection.
525525
* `dynamic_vip` - (Optional, Bool) If create dynamic vip CLB instance, `true` or `false`.
526526
* `eip_address_id` - (Optional, String) The unique ID of the EIP, such as eip-1v2rmbwk, is only applicable to the intranet load balancing binding EIP. During the EIP change, there may be a brief network interruption.
527-
* `internet_bandwidth_max_out` - (Optional, Int) Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
527+
* `internet_bandwidth_max_out` - (Optional, Int) Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is Mbps.
528528
* `internet_charge_type` - (Optional, String) Internet charge type, only applicable to open CLB. Valid values are `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
529529
* `load_balancer_pass_to_target` - (Optional, Bool) 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.
530530
* `log_set_id` - (Optional, String) The id of log set.

0 commit comments

Comments
 (0)