Description
When I want to create an instance, I have to call the OVHcloud API to get the image ID and the flavor ID.
I would like the provider to do that for me and be able to create an instance using the name of the flavor and the name of the image.
I should at least be able to get the IDs with a Terraform data and not have to call the OVHcloud API
Affected Resource(s) and/or Data Source(s)
- ovh_cloud_project_instance
Description
When I want to create an instance, I have to call the OVHcloud API to get the image ID and the flavor ID.
I would like the provider to do that for me and be able to create an instance using the name of the flavor and the name of the image.
I should at least be able to get the IDs with a Terraform data and not have to call the OVHcloud API
Affected Resource(s) and/or Data Source(s)