Skip to content

Commit bff3531

Browse files
author
mikatong
committed
update
1 parent f22f905 commit bff3531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/ckafka/resource_tc_ckafka_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func ResourceTencentCloudCkafkaInstance() *schema.Resource {
271271
"elastic_bandwidth_switch": {
272272
Type: schema.TypeInt,
273273
Optional: true,
274-
Description: "Elastic bandwidth switch 0 not turned on 1 turned on (0 default).",
274+
Description: "Elastic bandwidth switch 0 not turned on 1 turned on (0 default). This takes effect only when the instance is created.",
275275
},
276276
"vip": {
277277
Type: schema.TypeString,

website/docs/r/ckafka_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The following arguments are supported:
144144
* `disk_size` - (Optional, Int) Disk Size. Its interval varies with bandwidth, and the input must be within the interval, which can be viewed through the control. If it is not within the interval, the plan will cause a change when first created.
145145
* `disk_type` - (Optional, String) Type of disk.
146146
* `dynamic_retention_config` - (Optional, List) Dynamic message retention policy configuration.
147-
* `elastic_bandwidth_switch` - (Optional, Int) Elastic bandwidth switch 0 not turned on 1 turned on (0 default).
147+
* `elastic_bandwidth_switch` - (Optional, Int) Elastic bandwidth switch 0 not turned on 1 turned on (0 default). This takes effect only when the instance is created.
148148
* `instance_type` - (Optional, Int) Description of instance type. `profession`: 1, `standard`: 1(general), 2(standard), 3(advanced), 4(capacity), 5(specialized-1), 6(specialized-2), 7(specialized-3), 8(specialized-4), 9(exclusive).
149149
* `kafka_version` - (Optional, String) Kafka version (0.10.2/1.1.1/2.4.1).
150150
* `max_message_byte` - (Optional, Int) The size of a single message in bytes at the instance level. Value range: `1024 - 12*1024*1024 bytes (i.e., 1KB-12MB).

0 commit comments

Comments
 (0)