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/dns_records.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This data source provides the list of Records in Oracle Cloud Infrastructure Dns
11
11
12
12
Gets all records in the specified zone. The results are
13
13
sorted by `domain` in alphabetical order by default. For more
14
-
information about records, please see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
14
+
information about records, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
15
15
16
16
17
17
## Example Usage
@@ -37,7 +37,7 @@ The following arguments are supported:
37
37
*`compartment_id` - (Optional) The OCID of the compartment the resource belongs to.
38
38
*`domain` - (Optional) Search by domain. Will match any record whose domain (case-insensitive) equals the provided value.
39
39
*`domain_contains` - (Optional) Search by domain. Will match any record whose domain (case-insensitive) contains the provided value.
40
-
*`rtype` - (Optional) Search by record type. Will match any record whose [type](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4) (case-insensitive) equals the provided value.
40
+
*`rtype` - (Optional) Search by record type. Will match any record whose [type](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4) (case-insensitive) equals the provided value.
41
41
*`sort_by` - (Optional) The field by which to sort records. Allowed values are: domain|rtype|ttl
42
42
*`sort_order` - The order to sort the resources. Allowed values are: ASC|DESC
43
43
*`zone_name_or_id` - (Required) The name or OCID of the target zone.
@@ -57,7 +57,7 @@ The following attributes are exported:
57
57
*`compartment_id` - The OCID of the compartment the resource belongs to.
58
58
*`domain` - The fully qualified domain name where the record can be located.
59
59
*`is_protected` - A Boolean flag indicating whether or not parts of the record are unable to be explicitly managed.
60
-
*`rdata` - The record's data, as whitespace-delimited tokens in type-specific presentation format.
60
+
*`rdata` - The record's data, as whitespace-delimited tokens in type-specific presentation format. All RDATA is normalized and the returned presentation of your RDATA may differ from its initial input. For more information about RDATA, see [Supported DNS Resource Record Types](/iaas/Content/DNS/Reference/supporteddnsresource.htm)
61
61
*`record_hash` - A unique identifier for the record within its zone.
62
62
*`rrset_version` - The latest version of the record's zone in which its RRSet differs from the preceding version.
63
63
*`rtype` - The canonical name for the record's type, such as A or CNAME. For more information, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
0 commit comments