Skip to content

Commit

Permalink
update doc and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatong committed Dec 23, 2024
1 parent a408d8c commit a06094b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/3035.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
data-source/tencentcloud_dnspod_record_list: add param `instance_list`
```
17 changes: 17 additions & 0 deletions website/docs/d/dnspod_record_list.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,23 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `instance_list` - List of records.
* `default_ns` - Whether it is the default NS record.
* `domain` - Domain.
* `id` - ID.
* `line_id` - Line ID.
* `monitor_status` - Record monitoring status, normal: OK, alarm: WARN, downtime: DOWN, empty if monitoring is not set or paused.
* `mx` - MX value, only available for MX records Note: This field may return null, indicating that no valid value can be obtained.
* `record_id` - Record ID.
* `record_line` - Record line.
* `record_type` - Record type.
* `remark` - Record remark description.
* `status` - Record status, enabled: ENABLE, paused: DISABLE.
* `sub_domain` - Host header.
* `ttl` - Record cache time.
* `updated_on` - Update time.
* `value` - Record value.
* `weight` - Record weight, used for load balancing records. Note: This field may return null, indicating that no valid value can be obtained.
* `record_count_info` - Statistics of the number of records.
* `list_count` - Number of records returned in the list.
* `subdomain_count` - Number of subdomains.
Expand Down

0 comments on commit a06094b

Please sign in to comment.