openstack_blockstorage_volume_v3

Manages a V3 volume resource within OpenStack.

Example Usage

resource "openstack_blockstorage_volume_v3" "volume_1" {
  region      = "RegionOne"
  name        = "volume_1"
  description = "first test volume"
  size        = 3
}

Argument Reference

The following arguments are supported:

The scheduler_hints block supports:

    [“=”, “$backend_id”, “rbd:vol@ceph#cloud”]

Attributes Reference

The following attributes are exported:

Import

Volumes can be imported using the id, e.g.

$ terraform import openstack_blockstorage_volume_v3.volume_1 ea257959-eeb1-4c10-8d33-26f0409a755d