1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

feat: support the new DNS API (#703)

Add support for the new [DNS
API](https://docs.hetzner.cloud/reference/cloud#dns).

The DNS API is currently in **beta**.

See the [DNS API beta
changelog](https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta) for
more details.
This commit is contained in:
Jonas L. 2025-10-07 11:04:00 +02:00 committed by GitHub
parent b8bec66906
commit adddef5fc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 2482 additions and 0 deletions

View file

@ -36,6 +36,10 @@ action_groups:
- volume
- volume_info
- volume_attachment
- zone
- zone_info
- zone_rrset
- zone_rrset_info
plugin_routing:
modules:
@ -107,3 +111,11 @@ plugin_routing:
redirect: hetzner.hcloud.volume
hcloud_volume_attachment:
redirect: hetzner.hcloud.volume_attachment
hcloud_zone:
redirect: hetzner.hcloud.zone
hcloud_zone_info:
redirect: hetzner.hcloud.zone_info
hcloud_zone_rrset:
redirect: hetzner.hcloud.zone_rrset
hcloud_zone_rrset_info:
redirect: hetzner.hcloud.zone_rrset_info