openstack_blockstorage_volume_type_v3

Manages a V3 block storage volume type resource within OpenStack.

Example Usage

resource "openstack_blockstorage_volume_type_v3" "volume_type_1" {
  name        = "volume_type_1"
  description = "Volume type 1"
  extra_specs = {
      capabilities        = "gpu"
      volume_backend_name = "ssd"
  }
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Volume types can be imported using the volume_type_id, e.g.

$ terraform import openstack_blockstorage_volume_type_v3.volume_type_1 941793f0-0a34-4bc4-b72e-a6326ae58283