ovh / terraform-provider-ovh

Terraform OVH provider
https://registry.terraform.io/providers/ovh/ovh/latest/docs
Mozilla Public License 2.0
183 stars 135 forks source link

[FEATURE] Backup Volume #470

Open yakzazazord opened 1 year ago

yakzazazord commented 1 year ago

Description

It would be interesting to have the possibility to create from the get go a Volume Backup from a Block Storage Volume

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "openstack_backup_volume_v3" "backup_1" { name = "backup_from openstack_blockstorage_volume_v3.volume_1.name" disk_to_backup_from_id = "openstack_blockstorage_volume_v3.volume_1.uuid"

}

Additional context

Nothing just to have the possibility to backup block storage volume attached (or not ) to a Public Instance, as the Backup Instance Workflow is already possible but only covers the system disk and not the additionnal attached disk(s).

yomovh commented 10 months ago

As you suggested this could be implemented by a workflow that targets a block storage. This feature request on the roadmap https://github.com/ovh/public-cloud-roadmap/issues/518 seems to answer the same need. Can you confirm this is the case ?