From b9417819c9742911b5adb652e338434188a2382a Mon Sep 17 00:00:00 2001 From: Justin Clayton Date: Thu, 7 Apr 2016 15:09:59 -0700 Subject: [PATCH] Update compute_instance_v2.html.markdown --- .../providers/openstack/r/compute_instance_v2.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown b/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown index ac855aa30..02886c59f 100644 --- a/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown +++ b/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown @@ -118,10 +118,10 @@ The `network` block supports: The `block_device` block supports: -* `uuid` - (Required) The UUID of the image, volume, or snapshot. +* `uuid` - (Required unless `source_type` is set to `"blank"` ) The UUID of the image, volume, or snapshot. * `source_type` - (Required) The source type of the device. Must be one of - "image", "volume", or "snapshot". + "blank", "image", "volume", or "snapshot". * `volume_size` - The size of the volume to create (in gigabytes). Required in the following combinations: source=image and destination=volume,