Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tencentcloud/services/cls/resource_tc_cls_machine_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/cls_machine_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading