Skip to content

Commit c47ffda

Browse files
committed
fix broken DNS link
1 parent a2d4b21 commit c47ffda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/docs/d/dns_records.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following attributes are exported:
5757
* `compartment_id` - The OCID of the compartment the resource belongs to.
5858
* `domain` - The fully qualified domain name where the record can be located.
5959
* `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. 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)
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](https://docs.cloud.oracle.com/iaas/Content/DNS/Reference/supporteddnsresource.htm)
6161
* `record_hash` - A unique identifier for the record within its zone.
6262
* `rrset_version` - The latest version of the record's zone in which its RRSet differs from the preceding version.
6363
* `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).

website/docs/r/dns_record.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following arguments are supported:
3838

3939
* `compartment_id` - (Optional) (Updatable) The OCID of the compartment the resource belongs to. If supplied, it must match the Zone's compartment ocid.
4040
* `domain` - (Optional) (Updatable) The fully qualified domain name where the record can be located.
41-
* `rdata` - (Optional) (Updatable) 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)
41+
* `rdata` - (Optional) (Updatable) 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](https://docs.cloud.oracle.com/iaas/Content/DNS/Reference/supporteddnsresource.htm)
4242
* `rtype` - (Optional) (Updatable) 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).
4343
* `ttl` - (Optional) (Updatable) The Time To Live for the record, in seconds.
4444
* `zone_name_or_id` - (Required) The name or OCID of the target zone.
@@ -54,7 +54,7 @@ The following attributes are exported:
5454
* `compartment_id` - The OCID of the compartment the resource belongs to.
5555
* `domain` - The fully qualified domain name where the record can be located.
5656
* `is_protected` - A Boolean flag indicating whether or not parts of the record are unable to be explicitly managed.
57-
* `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)
57+
* `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](https://docs.cloud.oracle.com/iaas/Content/DNS/Reference/supporteddnsresource.htm)
5858
* `record_hash` - A unique identifier for the record within its zone.
5959
* `rrset_version` - The latest version of the record's zone in which its RRSet differs from the preceding version.
6060
* `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

Comments
 (0)