From 118fcb27b81ae7de20b53fa208568cceb8b01539 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 10 Mar 2016 14:53:37 -0800 Subject: [PATCH] Added docs for google disk_type --- website/source/docs/builders/googlecompute.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/builders/googlecompute.html.markdown b/website/source/docs/builders/googlecompute.html.markdown index db4626291..0d264bc97 100644 --- a/website/source/docs/builders/googlecompute.html.markdown +++ b/website/source/docs/builders/googlecompute.html.markdown @@ -124,6 +124,8 @@ builder. - `disk_size` (integer) - The size of the disk in GB. This defaults to `10`, which is 10GB. +- `disk_type` (string) - Type of disk used to back your instance, like `pd-ssd` or `pd-standard`. Defaults to `pd-standard`. + - `image_name` (string) - The unique name of the resulting image. Defaults to `"packer-{{timestamp}}"`.