Update compute_instance_v2.html.markdown

This commit is contained in:
Justin Clayton 2016-04-07 15:09:59 -07:00
parent f1638097e5
commit b9417819c9
1 changed files with 2 additions and 2 deletions

View File

@ -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,