azure::ptr-record-set¶
Creates an PTR Record Set.
Example¶
azure::ptr-record-set
name: "ptrrecexample"
target-domain-names: ["domain1.com", "domain2.com"]
ttl: 3
dns-zone: $(azure::dns-zone dns-zone-example-zones)
end
Attributes¶
Attribute | Description |
---|---|
dns-zone | The DNS Zone where the Ptr Record Set resides. (Required) |
metadata map | The metadata for the Ptr Record Set. |
name | The name of the Ptr Record Set. (Required) |
target-domain-names set | The domain names associated with the Ptr Record Set. (Required) |
ttl | The Time To Live in Seconds for the Ptr Record Set in the set. (Required) |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the Ptr Record Set. |