Open grant-veepshosting opened 2 years ago
In the web console provisioning screen there is an option to select software RAID1, so this feature already seems supportable at a platform level.
We cannot find the same option within the Terraform provider or via API.
https://github.com/vultr/terraform-provider-vultr/blob/master/vultr/resource_vultr_bare_metal_server.go#L125
There is a variable for "disk" that defaults to "true" but after provisioning the output is a string instead eg, "2x 960GB SSD".
Am I missing something obvious here? If so, maybe it's a question of Documentation ?
Thanks for the report. Currently the API doesn't support the multi-disk options but we'll look at what it'll take to add. At that point we can include it in the terraform provider as well.
In the web console provisioning screen there is an option to select software RAID1, so this feature already seems supportable at a platform level.
We cannot find the same option within the Terraform provider or via API.
https://github.com/vultr/terraform-provider-vultr/blob/master/vultr/resource_vultr_bare_metal_server.go#L125
There is a variable for "disk" that defaults to "true" but after provisioning the output is a string instead eg, "2x 960GB SSD".
Am I missing something obvious here? If so, maybe it's a question of Documentation ?