From 07042eafdb30b2ea586c2b00a378ec657c11c6a5 Mon Sep 17 00:00:00 2001 From: mikatong Date: Fri, 11 Apr 2025 11:18:42 +0800 Subject: [PATCH] update update_start_time and update_end_time --- tencentcloud/services/cls/resource_tc_cls_machine_group.go | 2 -- website/docs/r/cls_machine_group.html.markdown | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tencentcloud/services/cls/resource_tc_cls_machine_group.go b/tencentcloud/services/cls/resource_tc_cls_machine_group.go index 689da4f2d3..03d476df5c 100644 --- a/tencentcloud/services/cls/resource_tc_cls_machine_group.go +++ b/tencentcloud/services/cls/resource_tc_cls_machine_group.go @@ -67,13 +67,11 @@ func ResourceTencentCloudClsMachineGroup() *schema.Resource { "update_start_time": { Type: schema.TypeString, Optional: true, - ForceNew: true, Description: "Update start time. We recommend you update LogListener during off-peak hours.", }, "update_end_time": { Type: schema.TypeString, Optional: true, - ForceNew: true, Description: "Update end time. We recommend you update LogListener during off-peak hours.", }, "service_logging": { diff --git a/website/docs/r/cls_machine_group.html.markdown b/website/docs/r/cls_machine_group.html.markdown index 220b813f50..bb3b1bdaaf 100644 --- a/website/docs/r/cls_machine_group.html.markdown +++ b/website/docs/r/cls_machine_group.html.markdown @@ -42,8 +42,8 @@ The following arguments are supported: * `auto_update` - (Optional, Bool, ForceNew) Whether to enable automatic update for the machine group. * `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. * `tags` - (Optional, Map) Tag description list. Up to 10 tag key-value pairs are supported and must be unique. -* `update_end_time` - (Optional, String, ForceNew) Update end time. We recommend you update LogListener during off-peak hours. -* `update_start_time` - (Optional, String, ForceNew) Update start time. We recommend you update LogListener during off-peak hours. +* `update_end_time` - (Optional, String) Update end time. We recommend you update LogListener during off-peak hours. +* `update_start_time` - (Optional, String) Update start time. We recommend you update LogListener during off-peak hours. The `machine_group_type` object supports the following: