Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatong committed Feb 27, 2025
1 parent d1511fa commit 3f17e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions website/docs/d/dnspod_record_list.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3f17e7a

Please sign in to comment.