provider/google: Fix documentation around GCE Disk

This commit is contained in:
Lars Wander 2016-02-13 10:18:34 -05:00
parent 903fca7fca
commit 70a6419189
1 changed files with 5 additions and 1 deletions

View File

@ -129,7 +129,11 @@ The `disk` block supports:
* `source` - (Required if source_image not set) The name of the disk (such as
those managed by `google_compute_disk`) to attach.
* `type` - (Optional) The GCE disk type.
* `disk_type` - (Optional) The GCE disk type. Can be either `"pd-ssd"`,
`"local-ssd"`, or `"pd-standard"`.
* `type` - (Optional) The type of GCE disk, can be either `"SCRATCH"` or
`"PERSISTENT"`.
The `network_interface` block supports: