Add Records to DNS Zone RRSet
hetzner_add_zone_rrset_recordsAdd new DNS records to an existing RRSet without removing existing ones, with optional TTL update.
Instructions
Add new records to an existing RRSet without removing existing ones. Optionally update the RRSet TTL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes | Zone ID or name | |
| name | Yes | RRSet name | |
| type | Yes | DNS record type (A, AAAA, CNAME, MX, NS, TXT, etc.) | |
| records | Yes | Records to add to the RRSet | |
| ttl | No | Optional new TTL applied alongside the addition |