terraform-provider-vultr icon indicating copy to clipboard operation
terraform-provider-vultr copied to clipboard

Bare Metal Provisioning Configure Software RAID1

Open grant-veepshosting opened this issue 2 years ago • 1 comments

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 ?

grant-veepshosting avatar Aug 31 '22 23:08 grant-veepshosting

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.

optik-aper avatar Sep 01 '22 13:09 optik-aper