openstack_networking_qos_policy_v2

Manages a V2 Neutron QoS policy resource within OpenStack.

Example Usage

Create a QoS Policy

resource "openstack_networking_qos_policy_v2" "qos_policy_1" {
  name        = "qos_policy_1"
  description = "bw_limit"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

QoS Policies can be imported using the id, e.g.

$ terraform import openstack_networking_qos_policy_v2.qos_policy_1 d6ae28ce-fcb5-4180-aa62-d260a27e09ae