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

fix: consistently fail on invalid ID in *_info modules (#301)

* fix: consistently fail on invalid ID in `*_info` modules

* remove unused import
This commit is contained in:
Jonas L 2023-08-16 16:14:55 +02:00 committed by GitHub
parent 0506fd76d1
commit e461a890fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 29 additions and 16 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "`*_info` - Consistently fail on invalid ID in `*_info` modules."

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_location_info - Do not error when querying a location using an invalid id.