From 2a45008ba57e7af2c2132919b6ffe5f94115845a Mon Sep 17 00:00:00 2001 From: Lars Wander Date: Sat, 13 Feb 2016 10:18:34 -0500 Subject: [PATCH] provider/google: Fix documentation around GCE Disk --- r/compute_instance_template.html.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/r/compute_instance_template.html.markdown b/r/compute_instance_template.html.markdown index 018e0e78..85be903c 100644 --- a/r/compute_instance_template.html.markdown +++ b/r/compute_instance_template.html.markdown @@ -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: