From a06094b18ef11e87cfcec5e0b4d8c75712a8f631 Mon Sep 17 00:00:00 2001 From: mikatong Date: Mon, 23 Dec 2024 15:34:00 +0800 Subject: [PATCH] update doc and add changelog --- .changelog/3035.txt | 3 +++ website/docs/d/dnspod_record_list.html.markdown | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .changelog/3035.txt diff --git a/.changelog/3035.txt b/.changelog/3035.txt new file mode 100644 index 0000000000..224e5bb498 --- /dev/null +++ b/.changelog/3035.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +data-source/tencentcloud_dnspod_record_list: add param `instance_list` +``` diff --git a/website/docs/d/dnspod_record_list.html.markdown b/website/docs/d/dnspod_record_list.html.markdown index 302bbd6538..45340b4ae2 100644 --- a/website/docs/d/dnspod_record_list.html.markdown +++ b/website/docs/d/dnspod_record_list.html.markdown @@ -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.