1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

fix: add volume_attachment module to meta (#655)

##### SUMMARY
Add `volume_attachment` module to meta runtime file

##### ISSUE TYPE
- Docs Pull Request

---------

Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
Amirhossein Shaerpour 2025-06-18 11:41:48 +03:30 committed by GitHub
parent 264441b50a
commit e6e4ce1d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- volume_attachment - Add ``volume_attachment`` module to action group ``all``.
- volume_attachment - Add ``hcloud_volume_attachment`` alias to ``volume_attachment`` module.

View file

@ -35,6 +35,7 @@ action_groups:
- subnetwork
- volume
- volume_info
- volume_attachment
plugin_routing:
modules:
@ -104,3 +105,5 @@ plugin_routing:
redirect: hetzner.hcloud.volume_info
hcloud_volume:
redirect: hetzner.hcloud.volume
hcloud_volume_attachment:
redirect: hetzner.hcloud.volume_attachment