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

feat: query floating ip info by name (#303)

##### SUMMARY

Fixes #302 

The feature was missing, this make the floating_ip_info module consistent with what is expected to be implemented. 

##### ISSUE TYPE

- Feature Pull Request


##### COMPONENT NAME

floating_ip_info
This commit is contained in:
Jonas L 2023-08-17 11:50:19 +02:00 committed by GitHub
parent 8b24cf2522
commit 4bb2bb80fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 16 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- hcloud_floating_ip_info - Allow querying floating ip by name.