vultr / terraform-provider-vultr

Terraform Vultr provider
https://www.terraform.io/docs/providers/vultr/
Mozilla Public License 2.0
189 stars 65 forks source link

Bare Metal Provisioning Configure Software RAID1 #288

Open grant-veepshosting opened 1 year ago

grant-veepshosting commented 1 year 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 ?

optik-aper commented 1 year ago

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.