Bug fixes:
- fix #31 - group deletion
- fix create volume response -> it will return the entire list of created volumes, not an empty list anymore
Enhancements:
- improved deletion on all resources -> when trying to delete a resource that does not exist, the module will not fail anymore and it will succeed with
changed: False
- allow name updates for volumes
- fix #28 - added new group permissions according to the Cloud API
- user resource now supports password updates
- added option to configure the API URL from environment variables (using IONOS_API_URL environment variable)
Misc:
- docs: updated the name of the module in examples