update_dns
Update a single DNS record of type A, AAAA, CNAME, or TXT, then verify the change. Supports dry-run to plan without sending a write request.
Instructions
Update exactly one A, AAAA, CNAME, or TXT record and verify it afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | ||
| name | Yes | Short name or iveseenu.com FQDN. | |
| type | Yes | DNS record type. | |
| content | Yes | Record value. | |
| dry_run | No | Plan only. Never sends a DNS write request. | |
| proxied | No | Cloudflare proxy. Defaults to DNS only. | |
| allow_root | No | ||
| allow_sensitive | No |