googlecompute: Added missing disk_name option to docs.

This commit is contained in:
Rickard von Essen 2017-03-08 19:47:08 +01:00
parent eac5b6392d
commit 2f50d7bea5
1 changed files with 3 additions and 0 deletions

View File

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