Open
Description
What feature would you like to have in the provider?
It would be nice to have the capability to attach the created volume to a specific instance or server.
e.g.
resource "exoscale_block_storage_volume" "example" {
name = var.name
size = var.size
zone = var.zone
server_id = var.server_id
}
other providers for reference:
https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/volume#server_id
https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/volume#server_id