Skip to content

Commit 4c42491

Browse files
author
hellertang
authored
update ckafka doc (#847)
1 parent c6def4c commit 4c42491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_ckafka_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func resourceTencentCloudCkafkaInstance() *schema.Resource {
127127
Optional: true,
128128
Computed: true,
129129
ForceNew: true,
130-
Description: "Whether to open the ip whitelist, `true`: open, `false`: close.",
130+
Description: "Instance bandwidth in Mbps.",
131131
},
132132
"partition": {
133133
Type: schema.TypeInt,

website/docs/r/ckafka_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following arguments are supported:
4949
* `subnet_id` - (Required, ForceNew) Subnet id.
5050
* `vpc_id` - (Required, ForceNew) Vpc id.
5151
* `zone_id` - (Required, ForceNew) Available zone id.
52-
* `band_width` - (Optional, ForceNew) Whether to open the ip whitelist, `true`: open, `false`: close.
52+
* `band_width` - (Optional, ForceNew) Instance bandwidth in Mbps.
5353
* `config` - (Optional) Instance configuration.
5454
* `disk_size` - (Optional, ForceNew) Disk Size.
5555
* `disk_type` - (Optional, ForceNew) Type of disk.

0 commit comments

Comments
 (0)