Add support for the ionoscloud-image option to support also image ids, not only image aliases.
The user is able to set via ionoscloud_image: an image alias or an image id. At an extended level, the user can even set a part of the image's name and the driver will try to find it.
This PR adds support for the image id.
Checklist
[x] PR name added as appropriate (e.g. feat:/fix:/doc:/test:/refactor:)
[x] Tests added or updated
[x] Documentation updated
[ ] Sonar Cloud Scan
[ ] Changelog updated and version incremented (label: upcoming release)
What does this fix or implement?
Add support for the ionoscloud-image option to support also image ids, not only image aliases.
The user is able to set via
ionoscloud_image
: an image alias or an image id. At an extended level, the user can even set a part of the image's name and the driver will try to find it.This PR adds support for the image id.
Checklist
feat:
/fix:
/doc:
/test:
/refactor:
)