From 3f17e7ab1e735ef5523823e8fe4f7560ee10b5c3 Mon Sep 17 00:00:00 2001 From: mikatong Date: Thu, 27 Feb 2025 15:16:57 +0800 Subject: [PATCH] update doc --- .../services/dnspod/data_source_tc_dnspod_record_list.go | 2 +- website/docs/d/dnspod_record_list.html.markdown | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tencentcloud/services/dnspod/data_source_tc_dnspod_record_list.go b/tencentcloud/services/dnspod/data_source_tc_dnspod_record_list.go index d5354d69ba..521120fd18 100644 --- a/tencentcloud/services/dnspod/data_source_tc_dnspod_record_list.go +++ b/tencentcloud/services/dnspod/data_source_tc_dnspod_record_list.go @@ -39,7 +39,7 @@ func DataSourceTencentCloudDnspodRecordList() *schema.Resource { Type: schema.TypeSet, Elem: &schema.Schema{Type: schema.TypeString}, ConflictsWith: []string{"sub_domain"}, - Description: "Sub domains", + Description: "Sub domains.", }, "record_type": { diff --git a/website/docs/d/dnspod_record_list.html.markdown b/website/docs/d/dnspod_record_list.html.markdown index 45340b4ae2..82e53f6bc9 100644 --- a/website/docs/d/dnspod_record_list.html.markdown +++ b/website/docs/d/dnspod_record_list.html.markdown @@ -61,6 +61,7 @@ The following arguments are supported: * `sort_field` - (Optional, String) Sorting field, supporting NAME, LINE, TYPE, VALUE, WEIGHT, MX, TTL, UPDATED_ON fields. NAME: The host header of the resolution record LINE: The resolution record line TYPE: The resolution record type VALUE: The resolution record value WEIGHT: The weight MX: MX priority TTL: The resolution record cache time UPDATED_ON: The resolution record update time. * `sort_type` - (Optional, String) Sorting method, ascending: ASC, descending: DESC. The default value is ASC. * `sub_domain` - (Optional, String) Retrieve resolution records based on the host header of the resolution record. Fuzzy matching is used by default. You can set the IsExactSubdomain parameter to true for precise searching. +* `sub_domains` - (Optional, Set: [`String`]) Sub domains. * `ttl_begin` - (Optional, Int) The starting point of the resolution record TTL query interval. * `ttl_end` - (Optional, Int) The endpoint of the resolution record TTL query interval. * `updated_at_begin` - (Optional, String) The starting point of the resolution record update time query interval.