Skip to content

Commit 6b4dd92

Browse files
tongyimingmikatong
and
mikatong
authoredApr 11, 2025··
update update_start_time and update_end_time (#3294)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent 73091e2 commit 6b4dd92

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎tencentcloud/services/cls/resource_tc_cls_machine_group.go

-2
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,11 @@ func ResourceTencentCloudClsMachineGroup() *schema.Resource {
6767
"update_start_time": {
6868
Type: schema.TypeString,
6969
Optional: true,
70-
ForceNew: true,
7170
Description: "Update start time. We recommend you update LogListener during off-peak hours.",
7271
},
7372
"update_end_time": {
7473
Type: schema.TypeString,
7574
Optional: true,
76-
ForceNew: true,
7775
Description: "Update end time. We recommend you update LogListener during off-peak hours.",
7876
},
7977
"service_logging": {

‎website/docs/r/cls_machine_group.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The following arguments are supported:
4242
* `auto_update` - (Optional, Bool, ForceNew) Whether to enable automatic update for the machine group.
4343
* `service_logging` - (Optional, Bool) Whether to enable the service log to record the logs generated by the LogListener service itself. After it is enabled, the internal logset cls_service_logging and the loglistener_status, loglistener_alarm, and loglistener_business log topics will be created, which will not incur fees.
4444
* `tags` - (Optional, Map) Tag description list. Up to 10 tag key-value pairs are supported and must be unique.
45-
* `update_end_time` - (Optional, String, ForceNew) Update end time. We recommend you update LogListener during off-peak hours.
46-
* `update_start_time` - (Optional, String, ForceNew) Update start time. We recommend you update LogListener during off-peak hours.
45+
* `update_end_time` - (Optional, String) Update end time. We recommend you update LogListener during off-peak hours.
46+
* `update_start_time` - (Optional, String) Update start time. We recommend you update LogListener during off-peak hours.
4747

4848
The `machine_group_type` object supports the following:
4949

0 commit comments

Comments
 (0)
Please sign in to comment.