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

feat: add support for Storage Boxes (#676)

##### SUMMARY

We collect all changes for the Storage Box support in this PR. It will
only be merged when everything is implemented through smaller pull
requests targeting the `storage-boxes` branch.

---------

Co-authored-by: Julian Tölle <julian.toelle@hetzner-cloud.de>
This commit is contained in:
Jonas L. 2025-12-10 13:18:36 +01:00 committed by GitHub
parent bc61715c92
commit 5394c6f246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
109 changed files with 4305 additions and 4 deletions

View file

@ -32,6 +32,13 @@ action_groups:
- server_type_info
- ssh_key
- ssh_key_info
- storage_box
- storage_box_info
- storage_box_snapshot
- storage_box_snapshot_info
- storage_box_subaccount
- storage_box_subaccount_info
- storage_box_type_info
- subnetwork
- volume
- volume_info
@ -103,6 +110,20 @@ plugin_routing:
redirect: hetzner.hcloud.ssh_key_info
hcloud_ssh_key:
redirect: hetzner.hcloud.ssh_key
hcloud_storage_box:
redirect: storage_box
hcloud_storage_box_info:
redirect: storage_box_info
hcloud_storage_box_snapshot:
redirect: storage_box_snapshot
hcloud_storage_box_snapshot_info:
redirect: storage_box_snapshot_info
hcloud_storage_box_subaccount:
redirect: storage_box_subaccount
hcloud_storage_box_subaccount_info:
redirect: storage_box_subaccount_info
hcloud_storage_box_type_info:
redirect: storage_box_type_info
hcloud_subnetwork:
redirect: hetzner.hcloud.subnetwork
hcloud_volume_info: