From 2f50d7bea5761adc5f7468a343625a3e8b01bc35 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Wed, 8 Mar 2017 19:47:08 +0100 Subject: [PATCH] googlecompute: Added missing disk_name option to docs. --- website/source/docs/builders/googlecompute.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 9f41bef9b..6b3924874 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -145,6 +145,9 @@ builder. - `address` (string) - The name of a pre-allocated static external IP address. Note, must be the name and not the actual IP address. +- `disk_name` (string) - The name of the disk, if unset the instance name will be + used. + - `disk_size` (integer) - The size of the disk in GB. This defaults to `10`, which is 10GB.