Added docs for GCE external static IPs

This commit is contained in:
Caius Howcroft 2016-01-04 16:25:39 -06:00
parent 069c3c21b1
commit 0f8b348fca

View File

@ -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.