exoscale / terraform-provider-exoscale

Terraform Exoscale provider
https://www.terraform.io/docs/providers/exoscale/
Mozilla Public License 2.0
28 stars 24 forks source link

[Feature Request]: Support for Exoscale Block Storage #351

Closed jamielinux closed 2 months ago

jamielinux commented 2 months ago

What feature would you like to have in the provider?

Exoscale Block Storage is currently in preview. I assume at some point this provider will gain the ability to create Block Storage and attach it to a compute instance?

sauterp commented 2 months ago

Hi, thank you for your interest in block storage! We just implemented support for it in this provider and released it with v0.58.0. You can create volumes with the exoscale_block_storage_volume resource and attach it to your instances via the new block_storage_volume_ids attribute.

Cheers

jamielinux commented 2 months ago

Thank you!