openstack_blockstorage_qos_v3

Manages a V3 block storage Quality-Of-Servirce (qos) resource within OpenStack.

Example Usage

resource "openstack_blockstorage_qos_v3" "qos" {
  name = "foo"
  consumer = "back-end"
  specs = {
        read_iops_sec  = "40000"
        write_iops_sec = "40000"
    }
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Qos can be imported using the qos_id, e.g.

$ terraform import openstack_blockstorage_qos_v3.qos 941793f0-0a34-4bc4-b72e-a6326ae58283