Skip to content

Commit a06094b

Browse files
author
mikatong
committed
update doc and add changelog
1 parent a408d8c commit a06094b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.changelog/3035.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
data-source/tencentcloud_dnspod_record_list: add param `instance_list`
3+
```

website/docs/d/dnspod_record_list.html.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,23 @@ The following arguments are supported:
7272

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

75+
* `instance_list` - List of records.
76+
* `default_ns` - Whether it is the default NS record.
77+
* `domain` - Domain.
78+
* `id` - ID.
79+
* `line_id` - Line ID.
80+
* `monitor_status` - Record monitoring status, normal: OK, alarm: WARN, downtime: DOWN, empty if monitoring is not set or paused.
81+
* `mx` - MX value, only available for MX records Note: This field may return null, indicating that no valid value can be obtained.
82+
* `record_id` - Record ID.
83+
* `record_line` - Record line.
84+
* `record_type` - Record type.
85+
* `remark` - Record remark description.
86+
* `status` - Record status, enabled: ENABLE, paused: DISABLE.
87+
* `sub_domain` - Host header.
88+
* `ttl` - Record cache time.
89+
* `updated_on` - Update time.
90+
* `value` - Record value.
91+
* `weight` - Record weight, used for load balancing records. Note: This field may return null, indicating that no valid value can be obtained.
7592
* `record_count_info` - Statistics of the number of records.
7693
* `list_count` - Number of records returned in the list.
7794
* `subdomain_count` - Number of subdomains.

0 commit comments

Comments
 (0)