From f566d6f36d62ab3ff14b97a51f88c749d817d5e8 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Thu, 11 Feb 2016 22:08:32 +1300 Subject: [PATCH] add docs for Region --- website/source/docs/builders/googlecompute.html.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/builders/googlecompute.html.markdown b/website/source/docs/builders/googlecompute.html.markdown index 1e7efde26..a3171680e 100644 --- a/website/source/docs/builders/googlecompute.html.markdown +++ b/website/source/docs/builders/googlecompute.html.markdown @@ -139,12 +139,17 @@ builder. - `network` (string) - The Google Compute network to use for the launched instance. Defaults to `"default"`. +- `region` (string) - The region in which to launch the instance. Defaults to + to the region hosting the specified `zone`. + - `state_timeout` (string) - The time to wait for instance state changes. Defaults to `"5m"`. - `subnetwork` (string) - The Google Compute subnetwork to use for the launced instance. Only required if the `network` has been created with custom subnetting. + Note, the region of the subnetwork must match the `region` or `zone` in + which the VM is launched. - `tags` (array of strings)