upsert_dns
Idempotently create or update a single DNS record for your domain, doing nothing if it matches. Supports dry_run planning to preview changes before writing.
Instructions
Idempotently create, update, or return NOOP for one DNS record. Prefer dry_run first.
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 |