mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +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:
parent
b8bec66906
commit
adddef5fc0
34 changed files with 2482 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue