FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_blockstorage_volume_v2

Manages a V2 volume resource within OpenStack.

Example Usage

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

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

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

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

See the source of this document at Terraform.io