ovh_domain_dns_create
Create a DNS record (A, AAAA, CNAME, MX, etc.) for an OVH domain zone. Specify subdomain, target value, and TTL to manage DNS entries.
Instructions
Create a new DNS record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | DNS zone (domain name, e.g. example.com) | |
| fieldType | Yes | Record type: A, AAAA, CNAME, MX, TXT, SRV, etc. | |
| subDomain | Yes | Subdomain (empty string for root) | |
| target | Yes | Record value (IP, hostname, text) | |
| ttl | No | TTL in seconds |