1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
hetzner.hcloud/plugins/modules
Jonas L 933a16249b
feat: remove hcloud_ prefix from all modules names (#390)
##### SUMMARY

This simplifies the name of the modules from
`hetzner.hcloud.hcloud_firewall` to `hetzner.hcloud.firewall`. While
maintaining backward compatibility with the old names.

Further changes such as updating the test or the documentation will be
done in a future PR to maintain the git history when squashing the PRs.

##### ISSUE TYPE

- Feature Pull Request
2023-11-20 13:21:23 +01:00
..
__init__.py Initial commit 2020-03-09 13:36:01 +00:00
certificate.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
certificate_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
datacenter_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
firewall.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
floating_ip.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
floating_ip_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
image_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
iso_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
load_balancer.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
load_balancer_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
load_balancer_network.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
load_balancer_service.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
load_balancer_target.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
load_balancer_type_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
location_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
network.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
network_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
placement_group.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
primary_ip.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
primary_ip_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
rdns.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
route.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
server.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
server_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
server_network.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
server_type_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
ssh_key.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
ssh_key_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
subnetwork.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
volume.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00
volume_info.py feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00