Merge pull request #6073 from justinclayton/patch-1

Update compute_instance_v2.html.markdown
This commit is contained in:
Joe Topjian 2016-04-07 20:54:34 -06:00
commit 41689093d5
1 changed files with 2 additions and 2 deletions

View File

@ -118,10 +118,10 @@ The `network` block supports:
The `block_device` 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 * `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 * `volume_size` - The size of the volume to create (in gigabytes). Required
in the following combinations: source=image and destination=volume, in the following combinations: source=image and destination=volume,