Skip to content

Commit d2811ab

Browse files
authored
fix cls doc (#1116)
1 parent a65ca7b commit d2811ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/cls_topic.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The following arguments are supported:
3636
* `topic_name` - (Required) Log topic name.
3737
* `auto_split` - (Optional) Whether to enable automatic split. Default value: true.
3838
* `max_split_partitions` - (Optional) Maximum number of partitions to split into for this topic if automatic split is enabled. Default value: 50.
39-
* `partition_count` - (Optional, ForceNew) Number of log topic partitions. Default value: 1. Maximum value: 10.
39+
* `partition_count` - (Optional) Number of log topic partitions. Default value: 1. Maximum value: 10.
4040
* `period` - (Optional) Lifecycle in days. Value range: 1~366. Default value: 30.
41-
* `storage_type` - (Optional, ForceNew) Log topic storage class. Valid values: hot: real-time storage; cold: offline storage. Default value: hot. If cold is passed in, please contact the customer service to add the log topic to the allowlist first..
41+
* `storage_type` - (Optional) Log topic storage class. Valid values: hot: real-time storage; cold: offline storage. Default value: hot. If cold is passed in, please contact the customer service to add the log topic to the allowlist first..
4242
* `tags` - (Optional) Tag description list. Up to 10 tag key-value pairs are supported and must be unique.
4343

4444
## Attributes Reference

0 commit comments

Comments
 (0)