You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/dnspod_domain_list.html.markdown
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ data "tencentcloud_dnspod_domain_list" "domain_list" {
28
28
record_count_begin = 0
29
29
record_count_end = 100
30
30
project_id = -1
31
+
tags {
32
+
tag_key = "created_by"
33
+
tag_value = ["terraform"]
34
+
}
31
35
}
32
36
```
33
37
@@ -47,9 +51,15 @@ The following arguments are supported:
47
51
*`sort_field` - (Optional, String) Sorting field. Available values are NAME, STATUS, RECORDS, GRADE, UPDATED_ON. NAME: Domain name STATUS: Domain status RECORDS: Number of records GRADE: Package level UPDATED_ON: Update time.
*`status` - (Optional, Set: [`String`]) Get domain names based on domain status. Available values are ENABLE, LOCK, PAUSE, SPAM. ENABLE: Normal LOCK: Locked PAUSE: Paused SPAM: Banned.
54
+
*`tags` - (Optional, List) Tag description list.
50
55
*`updated_at_begin` - (Optional, String) The start time of the domain name's update time to be obtained, such as '2021-05-01 03:00:00'.
51
56
*`updated_at_end` - (Optional, String) The end time of the domain name's update time to be obtained, such as '2021-05-10 20:00:00'.
52
57
58
+
The `tags` object supports the following:
59
+
60
+
*`tag_key` - (Required, String) Field to be filtered.
61
+
*`tag_value` - (Required, Set) Filter value of the field.
62
+
53
63
## Attributes Reference
54
64
55
65
In addition to all arguments above, the following attributes are exported:
0 commit comments