From 0f8b348fca8f39863436192382b7c7a5ffe7ce54 Mon Sep 17 00:00:00 2001 From: Caius Howcroft Date: Mon, 4 Jan 2016 16:25:39 -0600 Subject: [PATCH] Added docs for GCE external static IPs --- website/source/docs/builders/googlecompute.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/googlecompute.html.markdown b/website/source/docs/builders/googlecompute.html.markdown index fe45ee01b..cebb1d484 100644 --- a/website/source/docs/builders/googlecompute.html.markdown +++ b/website/source/docs/builders/googlecompute.html.markdown @@ -118,6 +118,9 @@ 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. + - `disk_size` (integer) - The size of the disk in GB. This defaults to `10`, which is 10GB.