openstack_blockstorage_volume_type_access_v3

Manages a V3 block storage volume type access resource within OpenStack.

Example Usage

resource "openstack_identity_project_v3" "project_1" {
  name = "project_1"
}

resource "openstack_blockstorage_volume_type_v3" "volume_type_1" {
  name      = "volume_type_1"
  is_public = false
}

resource "openstack_blockstorage_volume_type_access_v3" "volume_type_access" {
  project_id     = openstack_identity_project_v3.project_1.id
  volume_type_id = openstack_blockstorage_volume_type_v3.volume_type_1.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

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

$ terraform import openstack_blockstorage_volume_type_access_v3.volume_type_access 941793f0-0a34-4bc4-b72e-a6326ae58283/ed498e81f0cc448bae0ad4f8f21bf67f