@@ -80,7 +80,7 @@ resource "ns1_record" "www" {
8080 # Example of setting pulsar and subdivision metadata on an answer. Note the use of
8181 # jsonencode (available in terraform 0.12+). This is preferable to the
8282 # "quoted JSON" style used for feeds above, both for readability, and
83- # because it handles ordering issues as well.
83+ # because it handles ordering issues as well.
8484 # Note: This is also true for the metadata on a record and on a region.
8585 answers {
8686 answer = "sub3.${ns1_zone.tld.zone}"
@@ -136,8 +136,9 @@ The following arguments are supported:
136136 dots - see the example above and ` FQDN formatting ` below.
137137* ` type ` - (Required) The records' RR type.
138138* ` ttl ` - (Optional) The records' time to live (in seconds).
139- * ` link ` - (Optional) The target record to link to. This means this record is a
140- 'linked' record, and it inherits all properties from its target.
139+ * ` link ` - (Optional) The fully qualified domain name (without a terminating dot)
140+ of the target record. This means this record is a 'linked' record, and it
141+ inherits all properties from its target.
141142* ` use_client_subnet ` - (Optional) Whether to use EDNS client subnet data when
142143 available(in filter chain).
143144* ` meta ` - (Optional) meta is supported at the ` record ` level. [ Meta] ( #meta-3 )
@@ -178,7 +179,7 @@ The following arguments are supported:
178179
179180 answer = "v=DKIM1; k=rsa; p=XXXXXXXX"
180181
181-
182+
182183* ` region ` - (Optional) The region (Answer Group really) that this answer
183184 belongs to. This should be one of the names specified in ` regions ` . Only a
184185 single ` region ` per answer is currently supported. If you want an answer in
0 commit comments