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/r/dnspod_record.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ description: |-
11
11
12
12
Provide a resource to create a DnsPod record.
13
13
14
+
~> **NOTE:** Versions before v1.81.43 (including v1.81.43) do not support modifying remark or modifying remark has bug.
15
+
14
16
## Example Usage
15
17
16
18
```hcl
@@ -32,6 +34,7 @@ The following arguments are supported:
32
34
*`record_type` - (Required, String) The record type.
33
35
*`value` - (Required, String) The record value.
34
36
*`mx` - (Optional, Int) MX priority, valid when the record type is MX, range 1-20. Note: must set when record type equal MX.
37
+
*`remark` - (Optional, String) The Remark of record.
35
38
*`status` - (Optional, String) Records the initial state, with values ranging from ENABLE and DISABLE. The default is ENABLE, and if DISABLE is passed in, resolution will not take effect and the limits of load balancing will not be verified.
36
39
*`sub_domain` - (Optional, String) The host records, default value is `@`.
37
40
*`ttl` - (Optional, Int) TTL, the range is 1-604800, and the minimum value of different levels of domain names is different. Default is 600.
@@ -43,7 +46,6 @@ In addition to all arguments above, the following attributes are exported:
43
46
44
47
*`id` - ID of the resource.
45
48
*`monitor_status` - The monitoring status of the record.
0 commit comments