Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f17e7a

Browse files
author
mikatong
committedFeb 27, 2025·
update doc
1 parent d1511fa commit 3f17e7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎tencentcloud/services/dnspod/data_source_tc_dnspod_record_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func DataSourceTencentCloudDnspodRecordList() *schema.Resource {
3939
Type: schema.TypeSet,
4040
Elem: &schema.Schema{Type: schema.TypeString},
4141
ConflictsWith: []string{"sub_domain"},
42-
Description: "Sub domains",
42+
Description: "Sub domains.",
4343
},
4444

4545
"record_type": {

‎website/docs/d/dnspod_record_list.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The following arguments are supported:
6161
* `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.
6262
* `sort_type` - (Optional, String) Sorting method, ascending: ASC, descending: DESC. The default value is ASC.
6363
* `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.
64+
* `sub_domains` - (Optional, Set: [`String`]) Sub domains.
6465
* `ttl_begin` - (Optional, Int) The starting point of the resolution record TTL query interval.
6566
* `ttl_end` - (Optional, Int) The endpoint of the resolution record TTL query interval.
6667
* `updated_at_begin` - (Optional, String) The starting point of the resolution record update time query interval.

0 commit comments

Comments
 (0)
Please sign in to comment.