From 70d16132deaef8e3033f56c0e8d2a47c39c727ae Mon Sep 17 00:00:00 2001 From: Joel Scoble Date: Wed, 17 Feb 2016 23:40:31 -0600 Subject: [PATCH] docs: alphabetize google-compute settings --- website/source/docs/builders/googlecompute.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/builders/googlecompute.html.markdown b/website/source/docs/builders/googlecompute.html.markdown index a3171680e..db4626291 100644 --- a/website/source/docs/builders/googlecompute.html.markdown +++ b/website/source/docs/builders/googlecompute.html.markdown @@ -118,8 +118,8 @@ builder. Not required if you run Packer on a GCE instance with a service account. Instructions for creating file or using service accounts are above. -- `address` (string) - The name of a pre-allocated static external IP address. - Note, must be the name and not the actual IP address. +- `address` (string) - The name of a pre-allocated static external IP address. + Note, must be the name and not the actual IP address. - `disk_size` (integer) - The size of the disk in GB. This defaults to `10`, which is 10GB. @@ -139,6 +139,8 @@ builder. - `network` (string) - The Google Compute network to use for the launched instance. Defaults to `"default"`. +- `preemptible` (boolean) - If true, launch a preembtible instance. + - `region` (string) - The region in which to launch the instance. Defaults to to the region hosting the specified `zone`. @@ -156,8 +158,6 @@ builder. - `use_internal_ip` (boolean) - If true, use the instance's internal IP instead of its external IP during building. -- `preemptible` (boolean) - If true, launch a preembtible instance. - ## Gotchas Centos images have root ssh access disabled by default. Set `ssh_username` to